Skip to content

Commit

Permalink
jenkins: --without-ssl builder for Node 10+ only
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 23, 2018
1 parent b08be76 commit 3984214
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def buildExclusions = [
[ /^debian9-docker-armv7$/, anyType, lt(10) ],
[ /^cross-compiler-armv[67]-gcc-4.8$/, anyType, gte(10) ],
[ /^cross-compiler-armv[67]-gcc-4.8$/, anyType, gte(10) ],
[ /^cross-compiler-armv[67]-gcc-4.9/, anyType, lt(10) ],
[ /^cross-compiler-armv[67]-gcc-4.9/, anyType, lt(10) ],
[ /^cross-compiler-armv[67]-gcc-4.9/, anyType, lt(10) ],
[ /^cross-compiler-armv[67]-gcc-4.9/, anyType, lt(10) ],

// Windows -----------------------------------------------
[ /^vs2013-/, anyType, gte(6) ],
Expand Down Expand Up @@ -57,6 +57,7 @@ def buildExclusions = [
[ /sharedlibs_openssl102/, anyType, gte(10) ],
[ /sharedlibs_fips20/, anyType, gte(10) ],
[ /sharedlibs_withoutintl/, anyType, lt(9) ],
[ /sharedlibs_withoutssl/, anyType, lt(10) ],

// -------------------------------------------------------

Expand Down

0 comments on commit 3984214

Please sign in to comment.