Skip to content

Commit 420e511

Browse files
committed
jenkins: Include 32 bit builds on Ubuntu AMI
The AMIs built in December included the 32 bit packages, but apparently the build script in git never included them. Sigh. Signed-off-by: Brian Barrett <[email protected]>
1 parent 00a3ccb commit 420e511

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins/customize-ami.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ case $PLATFORM_ID in
112112
sudo apt-get -y install gcc-4.7 g++-4.7 gfortran-4.7 \
113113
gcc-4.8 g++-4.8 gfortran-4.8 \
114114
gcc-4.9 g++-4.9 gfortran-4.9 \
115-
clang-3.6 clang-3.7 clang-3.8
116-
labels="${labels} gcc47 gcc48 gcc49 gcc5 clang36 clang37 clang38"
115+
clang-3.6 clang-3.7 clang-3.8 \
116+
gcc-multilib g++-multilib gfortran-multilib
117+
labels="${labels} gcc47 gcc48 gcc49 gcc5 clang36 clang37 clang38 32bit_builds"
117118
;;
118119
*)
119120
echo "ERROR: Unknown version ${PLATFORM_ID} ${VERSION_ID}"

0 commit comments

Comments
 (0)