From f54e6ceea58131a2e9b2892ed8f6391f4563f213 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Tue, 1 Oct 2019 13:19:13 -0700 Subject: [PATCH] Revert "jenkins: use ccache with devtoolset on ppc64le" This reverts commit 70df2a424722662aa2b8a69452d697a88fed16a1. It breaks node-test-commit-v8-linux: - https://github.com/nodejs/build/issues/1940 --- jenkins/scripts/select-compiler.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/jenkins/scripts/select-compiler.sh b/jenkins/scripts/select-compiler.sh index fbe5e8f2f..c661484d7 100644 --- a/jenkins/scripts/select-compiler.sh +++ b/jenkins/scripts/select-compiler.sh @@ -27,9 +27,6 @@ if [ "$SELECT_ARCH" = "PPC64LE" ]; then if [ "$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" - export CXX="ccache ppc64le-redhat-linux-g++" - export LINK="ppc64le-redhat-linux-g++" echo "Compiler set to devtoolset-6" return fi