A [slight but temporary decline in the reproducibility status](https://tests.reproducible-builds.org/archlinux/archlinux.png) was determined to be due to a bug in the continuous integration framework where one build was building with `--nocheck` whilst the other did, resulting in the test dependencies being installed on one build. This led to differences in the `BUILDINFO` file which records the build dependencies.
A [slight but temporary decline in the reproducibility status](https://tests.reproducible-builds.org/archlinux/archlinux.png) was determined to be due to a bug in the continuous integration framework where one build was building with `--nocheck` whilst the other did not, resulting in the test dependencies being installed on one build. This led to differences in the `BUILDINFO` file which records the build dependencies.
Morten Linderud (*Foxboron*) [wrote a blog post](https://linderud.dev/blog/reproducible-arch-linux-packages/) on the progress of reproducible builds for Arch packages, including how to reproduce packages and a roadmap of future of work.