Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/node-test-commit-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This is assumed correct as of the date of last commit. If you notice a discrepan
1. `CONFIG_FLAGS="$CONFIG_FLAGS --shared-openssl --shared-openssl-includes=${OPENSSL102DIR}/include/ --shared-openssl-libpath=${OPENSSL102DIR}/lib/" make run-ci -j $JOBS` (OPENSSL102DIR points to a pre-build of OpenSSL 1.0.2)
- ubuntu1604_sharedlibs_openssl110_x64 (Node >= 9 < 12)
1. `CONFIG_FLAGS="$CONFIG_FLAGS --shared-openssl --shared-openssl-includes=${OPENSSL110DIR}/include/ --shared-openssl-libpath=${OPENSSL110DIR}/lib/" make run-ci -j $JOBS` (OPENSSL110DIR points to a pre-build of OpenSSL 1.1.0)
- ubuntu1604_sharedlibs_openssl111_x64 (Node >= 11)
- ubuntu1604_sharedlibs_openssl111_x64 (Node >= 11 < 27)
1. `CONFIG_FLAGS="$CONFIG_FLAGS --shared-openssl --shared-openssl-includes=${OPENSSL111DIR}/include/ --shared-openssl-libpath=${OPENSSL111DIR}/lib/" make run-ci -j $JOBS` (OPENSSL111DIR points to a pre-build of OpenSSL 1.1.1)
- ubuntu1604_sharedlibs_shared_x64 (Node >= 10)
1. `CONFIG_FLAGS="$CONFIG_FLAGS --shared" make run-ci -j $JOBS`
Expand Down
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def buildExclusions = [
[ /sharedlibs_debug_x64/, anyType, gte(22) ],
[ /sharedlibs_openssl110/, anyType, gte(22) ],
[ /sharedlibs_openssl102/, anyType, gte(22) ],
[ /sharedlibs_openssl111/, anyType, gte(27) ],
[ /sharedlibs_openssl35/, anyType, lt(22) ],
[ /sharedlibs_openssl40/, anyType, lt(24) ],
[ /sharedlibs_fips20/, anyType, gte(22) ],
Expand Down