Skip to content

Commit 1b95776

Browse files
authored
jenkins: adjust OpenSSL exclusions (#4386)
Run `sharedlibs_openssl35` on Node.js 22 (test fixes were backported some time ago). Add `sharedlibs_openssl40`, excluded for now on Node.js 22 (doesn't compile). Refs: #4364 Refs: nodejs/TSC#1869
1 parent bfcf760 commit 1b95776

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def buildExclusions = [
5858
[ /sharedlibs_debug_x64/, anyType, gte(22) ],
5959
[ /sharedlibs_openssl110/, anyType, gte(22) ],
6060
[ /sharedlibs_openssl102/, anyType, gte(22) ],
61-
[ /sharedlibs_openssl35/, anyType, lt(24) ], // Temporary until test fixes are backported
61+
[ /sharedlibs_openssl35/, anyType, lt(22) ],
62+
[ /sharedlibs_openssl40/, anyType, lt(24) ],
6263
[ /sharedlibs_fips20/, anyType, gte(22) ],
6364

6465
// macOS -------------------------------------------------

0 commit comments

Comments
 (0)