[Qa-jenkins-scm] [jenkins.debian.net] 02/02: Revert "reproducible-arch setup: Install multilib-devel members manually"

Holger Levsen holger at layer-acht.org
Thu Dec 7 16:42:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 95000432b607e62d40c9f24d51c8b8aa48e2d420
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Thu Dec 7 10:53:28 2017 -0500

    Revert "reproducible-arch setup: Install multilib-devel members manually"
    
    This reverts commit cd9e510b62f55bd8eeca4316720f6f97ab4084a8.
    
    The latest version of [core]/gcc now includes lib32 support, with an
    optdepends on lkib32-gcc-libs. So installing multilib-devel should now
    "Just Work".
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_setup_archlinux_schroot.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index d8b72dc..3a90bdd 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -124,8 +124,7 @@ $ROOTCMD cat /etc/makepkg.conf
 echo "============================================================================="
 
 $ROOTCMD bash -l -c 'pacman -Syyu --noconfirm --debug'
-$ROOTCMD bash -l -c 'pacman -S --noconfirm --needed base-devel devtools fakechroot asciidoc asp expac dash'
-$ROOTCMD bash -l -c 'yes | pacman -S --needed gcc-multilib lib32-fakeroot lib32-libltdl'
+$ROOTCMD bash -l -c 'pacman -S --noconfirm --needed base-devel multilib-devel devtools fakechroot asciidoc asp expac dash'
 # configure sudo
 echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list