Skip to content

Commit

Permalink
Revert "jenkins: use ccache with devtoolset on ppc64le"
Browse files Browse the repository at this point in the history
This reverts commit 70df2a4.

It breaks node-test-commit-v8-linux:
- #1940
  • Loading branch information
sam-github committed Oct 1, 2019
1 parent 6311665 commit f54e6ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f54e6ce

Please sign in to comment.