Skip to content

Commit 92343cb

Browse files
sam-githubrefack
authored andcommitted
jenkins: openssl1.1.0 not supported on node.js 12+ (#1711)
See: nodejs/node#26209 (comment) PR-URL: #1711 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 6098487 commit 92343cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ def buildExclusions = [
5757
[ /aix61/, anyType, lt(6) ],
5858

5959
// Shared libs docker containers -------------------------
60-
[ /sharedlibs_openssl111/, anyType, lt(9) ],
60+
[ /sharedlibs_openssl111/, anyType, lt(11) ],
6161
[ /sharedlibs_openssl110/, anyType, lt(9) ],
62+
[ /sharedlibs_openssl110/, anyType, gte(12) ],
6263
[ /sharedlibs_openssl102/, anyType, gte(10) ],
6364
[ /sharedlibs_fips20/, anyType, gte(10) ],
6465
[ /sharedlibs_withoutintl/, anyType, lt(9) ],

0 commit comments

Comments
 (0)