We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfae4e3 commit 24210e9Copy full SHA for 24210e9
buildspec.yml
@@ -6,7 +6,7 @@ phases:
6
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/toolchain.list
7
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
8
- apt-get update -y
9
- - apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
+ - apt-get install -y g++-5 flex bison make git libwww-perl patch ccache libc6-dev-i386
10
- apt-get install -y openjdk-7-jdk
11
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
12
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1
0 commit comments