Skip to content

Commit 7b9805a

Browse files
committed
Revert "jenkins: use ccache with gcc/g++ on ppc64le"
This reverts commit c105ccc. It breaks node-test-commit-v8-linux: - #1940
1 parent f54e6ce commit 7b9805a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jenkins/scripts/select-compiler.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ if [ "$SELECT_ARCH" = "PPC64LE" ]; then
4343
fi
4444

4545
# Select the appropriate compiler
46-
export CC="ccache gcc-${COMPILER_LEVEL}"
47-
export CXX="ccache g++-${COMPILER_LEVEL}"
46+
export CC="gcc-${COMPILER_LEVEL}"
47+
export CXX="g++-${COMPILER_LEVEL}"
4848
export LINK="g++-${COMPILER_LEVEL}"
4949

5050
echo "Compiler set to $COMPILER_LEVEL"

0 commit comments

Comments
 (0)