Skip to content

Commit

Permalink
fixup! ansible,jenkins: install gcc-7 on ubuntu1604 machines, use on …
Browse files Browse the repository at this point in the history
…node>12
  • Loading branch information
rvagg committed Oct 23, 2019
1 parent 13cc2cb commit b8c4ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ elif [ "$SELECT_ARCH" = "X64" ]; then
elif [[ "$nodes" =~ centos[67]-64-gcc6 ]]; then
. /opt/rh/devtoolset-6/enable
echo "Compiler set to devtoolset-6"
elif test $nodes = "ubuntu1604"; then
elif test $nodes = "ubuntu1604-64"; then
if [ "$NODEJS_MAJOR_VERSION" -gt "12" ]; then
export CC="gcc-6"
export CXX="g++-6"
Expand Down

0 comments on commit b8c4ec5

Please sign in to comment.