Skip to content

Commit

Permalink
jenkins: use aix7.1 to release on 10.x (nodejs#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github authored Feb 19, 2020
1 parent d9557ae commit 6d4ed68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ def buildExclusions = [
[ /^smartos18/, anyType, lt(12) ],

// AIX PPC64 ---------------------------------------------
[ /aix61/, anyType, lt(6) ],
[ /aix61/, anyType, gte(12) ],
[ /aix61/, anyType, gte(10) ],
[ /aix71/, anyType, lt(10) ],
[ /aix71/, releaseType, lt(12) ],

// Shared libs docker containers -------------------------
[ /sharedlibs_openssl111/, anyType, lt(11) ],
Expand Down

0 comments on commit 6d4ed68

Please sign in to comment.