Skip to content

Commit

Permalink
jenkins: skip Alpine 3.18 on Node.js >=22 (#3703)
Browse files Browse the repository at this point in the history
Required if we want to backport C++20 support on Node.js 22.

Refs: nodejs/node#52838
  • Loading branch information
targos authored May 6, 2024
1 parent d9b4c03 commit a493573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def buildExclusions = [
[ /^centos7-(arm)?64-gcc8/, anyType, gte(18) ], // 18.x: centos7 builds stop
[ /^centos7-64/, anyType, gte(18) ],
[ /debian10/, anyType, gte(21) ],
[ /alpine-last-latest/, anyType, gte(23) ], // Alpine 3.18. Bug in GCC 12.2.
[ /alpine-last-latest/, anyType, gte(22) ], // Alpine 3.18. Bug in GCC 12.2.
[ /rhel7/, anyType, gte(18) ],
[ /^ubuntu1604-32/, anyType, gte(18) ], // 32-bit linux for <10 only
[ /^ubuntu1604-64/, anyType, gte(18) ],
Expand Down

0 comments on commit a493573

Please sign in to comment.