Skip to content

Commit bbc585f

Browse files
committed
fixup logic
Signed-off-by: Stewart X Addison <sxa@ibm.com>
1 parent 52ecd45 commit bbc585f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/scripts/select-compiler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ if [ "$NODEJS_MAJOR_VERSION" -ge "25" ]; then
4444
export CC="clang"
4545
export CXX="clang++"
4646
echo "Compiler set to Clang" `${CXX} -dumpversion`
47+
return
4748
fi
48-
return
4949
;;
5050
*fedora*)
5151
echo "Using Clang for Node.js $NODEJS_MAJOR_VERSION"

0 commit comments

Comments
 (0)