Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ if [ "$SELECT_ARCH" = "PPC64LE" ]; then
export LINK="ppc64le-redhat-linux-g++"
echo "Compiler set to devtoolset-8"
return
fi
;;
*centos7* )
if [ "$NODEJS_MAJOR_VERSION" -gt "9" ]; then
elif [ "$NODEJS_MAJOR_VERSION" -gt "9" ]; then
# Setup devtoolset-6, sets LD_LIBRARY_PATH, PATH, etc.
. /opt/rh/devtoolset-6/enable
export CC="ccache ppc64le-redhat-linux-gcc"
Expand Down