From 922b53b8296fe0fc06b17aa6c44301fa63f39378 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 11 Dec 2023 01:36:30 +0000 Subject: [PATCH] jenkins: enable `select-compiler.sh` on UBI8 Refs: https://github.com/nodejs/build/issues/3317#issuecomment-1848998715 --- jenkins/scripts/select-compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/scripts/select-compiler.sh b/jenkins/scripts/select-compiler.sh index c94661424..3fadb39c8 100644 --- a/jenkins/scripts/select-compiler.sh +++ b/jenkins/scripts/select-compiler.sh @@ -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`