We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ecd45 commit bbc585fCopy full SHA for bbc585f
1 file changed
jenkins/scripts/select-compiler.sh
@@ -44,8 +44,8 @@ if [ "$NODEJS_MAJOR_VERSION" -ge "25" ]; then
44
export CC="clang"
45
export CXX="clang++"
46
echo "Compiler set to Clang" `${CXX} -dumpversion`
47
+ return
48
fi
- return
49
;;
50
*fedora*)
51
echo "Using Clang for Node.js $NODEJS_MAJOR_VERSION"
0 commit comments