Skip to content

Commit

Permalink
jenkins: skip freebsd12 on Node.js >=22 (#3598)
Browse files Browse the repository at this point in the history
Refs: #3593
  • Loading branch information
targos authored Dec 21, 2023
1 parent 25bcaef commit a47c6d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ def buildExclusions = [
// SmartOS -----------------------------------------------
[ /^smartos18/, anyType, gte(16) ],

// FreeBSD -----------------------------------------------
[ /^freebsd12/, anyType, gte(22) ],

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

0 comments on commit a47c6d8

Please sign in to comment.