Skip to content

Commit

Permalink
fixup! jenkins: select gcc 12 on Ubuntu 22.04 for Node.js 23
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Sep 5, 2024
1 parent 5bb3b57 commit 54ee003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ case $NODE_NAME in
else
# Default gcc on Ubuntu 22.04 is gcc 11.
export CC="ccache gcc"
export CC="ccache g++"
export CXX="ccache g++"
fi
echo "Compiler set to GCC" `$CXX -dumpversion`
return
Expand Down

0 comments on commit 54ee003

Please sign in to comment.