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 6311665 commit f54e6ceCopy full SHA for f54e6ce
1 file changed
jenkins/scripts/select-compiler.sh
@@ -27,9 +27,6 @@ if [ "$SELECT_ARCH" = "PPC64LE" ]; then
27
if [ "$NODEJS_MAJOR_VERSION" -gt "9" ]; then
28
# Setup devtoolset-6, sets LD_LIBRARY_PATH, PATH, etc.
29
. /opt/rh/devtoolset-6/enable
30
- export CC="ccache ppc64le-redhat-linux-gcc"
31
- export CXX="ccache ppc64le-redhat-linux-g++"
32
- export LINK="ppc64le-redhat-linux-g++"
33
echo "Compiler set to devtoolset-6"
34
return
35
fi
0 commit comments