From 0e2fd8ee15abc460af89ed664c15efef9b5db01a Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 28 Mar 2026 15:24:24 +0100 Subject: [PATCH] Run arch-repro-status when testing the 'repro' image This is more informative than anything, we're primarily looking at providing a bit for bit reproducible image. The reproducibility of the userspace is not fully guaranteed at the moment --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12c32b5..a1f7a4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -215,6 +215,8 @@ test:repro: script: - pacman-key --init - pacman-key --populate archlinux + - pacman -Syu --noconfirm arch-repro-status + - arch-repro-status - *test-script pre-release: