Skip to content

Commit 24210e9

Browse files
author
Daniel Kroening
committed
enable AWS Codebuild to do -m32
1 parent bfae4e3 commit 24210e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases:
66
- echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main" > /etc/apt/sources.list.d/toolchain.list
77
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA9EF27F
88
- apt-get update -y
9-
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache
9+
- apt-get install -y g++-5 flex bison make git libwww-perl patch ccache libc6-dev-i386
1010
- apt-get install -y openjdk-7-jdk
1111
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
1212
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 1

0 commit comments

Comments
 (0)