summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2017-11-22 00:21:10 +0100
committerHolger Levsen <holger@layer-acht.org>2017-11-21 23:27:08 +0000
commit0e88122cb9ea57a0e43bcfd9ed645c79b51ed362 (patch)
treec7b57da6d49dc6146750700a13fda491f7eb7dd4
parent88ce6dc7903683423a276c9d83c5870569f57acb (diff)
downloadjenkins.debian.net-0e88122cb9ea57a0e43bcfd9ed645c79b51ed362.tar.xz
install multilib-devel and accept gcc-multilib replacement
Signed-off-by: Morten Linderud <morten@linderud.pw> Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/reproducible_setup_archlinux_schroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 17112948..ca230705 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -109,7 +109,7 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
sed -i 's/^#*XferCommand.*/XferCommand = curl --insecure -C - -f %u > %o/' "$SCHROOT_BASE/$TARGET/etc/pacman.conf"
fi
$ROOTCMD bash -l -c 'pacman -Syu --noconfirm'
-$ROOTCMD bash -l -c 'pacman -S --noconfirm base-devel devtools fakechroot asciidoc asp'
+$ROOTCMD bash -l -c 'yes | pacman -S --noconfirm multilib-devel base-devel devtools fakechroot asciidoc asp'
# configure sudo
echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers