Commit df6b9999 authored by Vagrant Cascadian's avatar Vagrant Cascadian
Browse files

2019-11: archlinux: add missing "not" regarding discrepancy between

builds running with and without --nocheck.
parent 48c28267
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ Eli Schwartz reported a bug against the [GNU groff](https://www.gnu.org/software

[![]({{ "/images/reports/2019-11/archlinux.png#right" | prepend: site.baseurl }})](https://www.archlinux.org/)

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.