Skip to content

Commit

Permalink
jenkins: only test FreeBSD 11 on <= Node.js 12 thanks to clang 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 21, 2019
1 parent f060da4 commit 02f2157
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 @@ -79,6 +79,7 @@ def buildExclusions = [

// FreeBSD -----------------------------------------------
[ /^freebsd10/, anyType, gte(11) ],
[ /^freebsd11/, anyType, gte(13) ],

// Source / headers / docs -------------------------------
[ /^osx1010-release-sources$/, releaseType, gte(11) ],
Expand Down

0 comments on commit 02f2157

Please sign in to comment.