We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148e8af commit 050fb97Copy full SHA for 050fb97
1 file changed
jenkins/scripts/VersionSelectorScript.groovy
@@ -101,11 +101,11 @@ def buildExclusions = [
101
[ /sharedlibs_shared/, anyType, lt(9) ],
102
103
// OSX ---------------------------------------------------
104
- [ /^osx1010/, anyType, gte(11) ],
105
- [ /^osx1011/, releaseType, lt(11) ],
106
- [ /^osx1011/, releaseType, gte(13) ],
+ [ /^osx1010/, testType, gte(11) ],
+ [ /^osx1010/, releaseType, allVer ],
107
[ /^osx1011/, testType, gte(14) ],
108
- [ /^osx1015/, releaseType, lt(13) ],
+ [ /^osx1011/, releaseType, allVer ],
+ // osx1015 enabled for all, and builds all releases to support notarization
109
110
// FreeBSD -----------------------------------------------
111
[ /^freebsd10/, anyType, gte(11) ],
0 commit comments