From 02a6a455ffe85531d61c931093381730287e0aee Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 11 Dec 2023 11:50:43 +0000 Subject: [PATCH] jenkins: enable `select-compiler.sh` on UBI8 (#3590) 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`