diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-21 23:30:01 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-21 23:30:01 +0000 |
commit | af7e9f8e887b452e8174f4a1507fb94647e756d6 (patch) | |
tree | 592c0ecca88396f69f2116a2c9e14f3f6a24f74f /bin | |
parent | 0e88122cb9ea57a0e43bcfd9ed645c79b51ed362 (diff) | |
download | jenkins.debian.net-af7e9f8e887b452e8174f4a1507fb94647e756d6.tar.xz |
reproducible Arch Linux: enable multilib again
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 6484c199..490c00af 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -47,7 +47,7 @@ BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME KERNEL" # these also needs to be USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask ftbfs locale" # common settings for testing Arch Linux -ARCHLINUX_REPOS="core extra community" +ARCHLINUX_REPOS="core extra multilib community" ARCHLINUX_PKGS=/srv/reproducible-results/archlinux_pkgs # common settings for testing rpm based distros |