Skip to content

Commit

Permalink
jenkins: select gcc12 on AIX for Node.js >=23
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Jun 21, 2024
1 parent 6f298d5 commit 5653fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ elif [ "$SELECT_ARCH" = "IBMI73" ]; then
echo "Compiler set to $COMPILER_LEVEL"

elif [ "$SELECT_ARCH" = "AIXPPC" ]; then
if [ "$NODEJS_MAJOR_VERSION" -gt "22" ]; then
export COMPILER_LEVEL="12"
if [ "$NODEJS_MAJOR_VERSION" -gt "19" ]; then
export COMPILER_LEVEL="10"
elif [ "$NODEJS_MAJOR_VERSION" -gt "15" ]; then
Expand Down

0 comments on commit 5653fb3

Please sign in to comment.