Skip to content

Commit

Permalink
WIP: jenkins: add selection for building on osx1011 (#1409)
Browse files Browse the repository at this point in the history
PR-URL: #1409
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
mhdawson authored and refack committed Jul 25, 2018
1 parent 639b55d commit dc56ae8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ def buildExclusions = [
[ /sharedlibs_withoutssl/, anyType, lt(10) ],
[ /sharedlibs_shared/, anyType, lt(9) ],

// -------------------------------------------------------
// OSX ---------------------------------------------------
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],

// -------------------------------------------------------
]

def canBuild = { nodeVersion, builderLabel, buildType ->
Expand Down

0 comments on commit dc56ae8

Please sign in to comment.