[tor-browser-bundle/hardened-builds] Bug 18198: Building the hardened series on Wheezy fails

commit 00eca1bfd413174856b5eacfc97fd183a762f5da Author: Georg Koppen <gk@torproject.org> Date: Mon Feb 1 20:27:16 2016 +0000 Bug 18198: Building the hardened series on Wheezy fails It seems using our own binutils for our utils leads to the breakage. Let's skip that for now. --- gitian/descriptors/linux/gitian-utils.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitian/descriptors/linux/gitian-utils.yml b/gitian/descriptors/linux/gitian-utils.yml index a742c4e..1e3102f 100644 --- a/gitian/descriptors/linux/gitian-utils.yml +++ b/gitian/descriptors/linux/gitian-utils.yml @@ -60,7 +60,6 @@ script: | make $MAKEOPTS make install cd .. - export PATH=$INSTDIR/binutils/bin:$PATH # Building GCC tar xjf gcc.tar.bz2
participants (1)
-
gk@torproject.org