Skip to content

Commit

Permalink
jenkins: enable select-compiler.sh on UBI8
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Dec 11, 2023
1 parent 7f78d80 commit 922b53b
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 @@ -34,7 +34,7 @@ fi

# Linux distros should be arch agnostic
case $NODE_NAME in
*rhel8*)
*rhel8*|*ubi8*)
case "$CONFIG_FLAGS" in
*--enable-lto*)
echo "Setting compiler for Node.js $NODEJS_MAJOR_VERSION (LTO) on" `cat /etc/redhat-release`
Expand Down

0 comments on commit 922b53b

Please sign in to comment.