Skip to content

Commit 238989f

Browse files
authored
jenkins: skip Alpine 3.18 on Node.js >=23 (nodejs#3700)
Required to enable C++20 support. Refs: nodejs/node#45427
1 parent 98917df commit 238989f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def buildExclusions = [
2525
[ /^centos7-(arm)?64-gcc8/, anyType, gte(18) ], // 18.x: centos7 builds stop
2626
[ /^centos7-64/, anyType, gte(18) ],
2727
[ /debian10/, anyType, gte(21) ],
28+
[ /alpine-last-latest/, anyType, gte(23) ], // Alpine 3.18. Bug in GCC 12.2.
2829
[ /rhel7/, anyType, gte(18) ],
2930
[ /^ubuntu1604-32/, anyType, gte(18) ], // 32-bit linux for <10 only
3031
[ /^ubuntu1604-64/, anyType, gte(18) ],

0 commit comments

Comments
 (0)