Skip to content

Commit

Permalink
jenkins: skip freebsd12 on Node.js >=22
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Nov 4, 2024
1 parent 8e294e9 commit 571c0c6
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 @@ -71,6 +71,7 @@ def buildExclusions = [

// FreeBSD -----------------------------------------------
[ /^freebsd12/, anyType, gte(22) ],
[ /^freebsd13/, anyType, gte(22) ], // https://github.com/nodejs/node/issues/54576

// Shared libs docker containers -------------------------
[ /sharedlibs_debug_x64/, anyType, gte(18) ],
Expand Down

0 comments on commit 571c0c6

Please sign in to comment.