Skip to content

Commit

Permalink
jenkins: skip debian11 for Node.js >=23
Browse files Browse the repository at this point in the history
`gcc-12` is not available for this version.

Refs: nodejs#3806
  • Loading branch information
targos committed Jul 28, 2024
1 parent d9c4ea9 commit 56ef57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +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) ],
[ /debian11/, anyType, gte(23) ],
[ /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
Expand Down

0 comments on commit 56ef57d

Please sign in to comment.