Skip to content

Commit f54e6ce

Browse files
committed
Revert "jenkins: use ccache with devtoolset on ppc64le"
This reverts commit 70df2a4. It breaks node-test-commit-v8-linux: - #1940
1 parent 6311665 commit f54e6ce

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

jenkins/scripts/select-compiler.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ if [ "$SELECT_ARCH" = "PPC64LE" ]; then
2727
if [ "$NODEJS_MAJOR_VERSION" -gt "9" ]; then
2828
# Setup devtoolset-6, sets LD_LIBRARY_PATH, PATH, etc.
2929
. /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++"
3330
echo "Compiler set to devtoolset-6"
3431
return
3532
fi

0 commit comments

Comments
 (0)