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 | |
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>
-rw-r--r-- | TODO | 5 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -325,11 +325,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian * cleanup below… * build in /srv/workspace instead of /tmp * extract .BUILDINFO files and submit them to buildinfo.debian.net^wbuildinfo.reproducible-builds.org -* < Foxboron> the multilib builds are failing because multilib-devel isn't installed. Thats the base-devel for multilib packages. -** -> enable multilib again, once this has been done -** < eschwartz[m]> On the topic of replacing gcc with gcc-multilib, that is what `yes | pacman -S gcc-multilib` is for :p -* only disable cert checking conditionally, in the future, but not today +* this needs cleanup: * https://bugs.archlinux.org/task/50086 - pacman doesnt create reproducible packages yet * describe archlinux setup…! * maintenance job: 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 |