Skip to content

Commit a493573

Browse files
authored
jenkins: skip Alpine 3.18 on Node.js >=22 (#3703)
Required if we want to backport C++20 support on Node.js 22. Refs: nodejs/node#52838
1 parent d9b4c03 commit a493573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +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.
28+
[ /alpine-last-latest/, anyType, gte(22) ], // Alpine 3.18. Bug in GCC 12.2.
2929
[ /rhel7/, anyType, gte(18) ],
3030
[ /^ubuntu1604-32/, anyType, gte(18) ], // 32-bit linux for <10 only
3131
[ /^ubuntu1604-64/, anyType, gte(18) ],

0 commit comments

Comments
 (0)