Navigation Menu

Skip to content

Commit

Permalink
Fix Docker setup.sh for lib32z1-dev package r=prevent-bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed May 31, 2017
1 parent 59a012f commit 868a55f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions automation/taskcluster/docker/setup.sh
Expand Up @@ -47,9 +47,6 @@ echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main" >
apt-get -y update
apt-get install -y --no-install-recommends ${apt_packages[@]}

# 32-bit builds
ln -s /usr/include/x86_64-linux-gnu/zconf.h /usr/include

# Download clang.
curl -LO http://releases.llvm.org/4.0.0/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz
curl -LO http://releases.llvm.org/4.0.0/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz.sig
Expand Down

0 comments on commit 868a55f

Please sign in to comment.