Skip to content

Commit

Permalink
jenkins: don't skip osx release sources build for 10.x
Browse files Browse the repository at this point in the history
also remove redundant release sources for Node 10

Ref: nodejs/node#32755
  • Loading branch information
rvagg committed Apr 10, 2020
1 parent 3a9a24f commit d207a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ def buildExclusions = [

// OSX ---------------------------------------------------
[ /^osx1010/, testType, gte(11) ],
[ /^osx1010/, releaseType, allVer ],
[ /^osx1010(?!-release-sources)/, releaseType, allVer ],
[ /^osx1011/, testType, gte(14) ],
[ /^osx1011/, releaseType, allVer ],
[ /^osx1011(?!-release-sources)/, releaseType, allVer ],
// osx1015 enabled for all, and builds all releases to support notarization

// FreeBSD -----------------------------------------------
Expand Down

0 comments on commit d207a54

Please sign in to comment.