Skip to content

Commit

Permalink
Revert "jenkins: temporarily exclude win32 for Node.js 18 (nodejs#2921)"
Browse files Browse the repository at this point in the history
This reverts commit abf9ebd.
  • Loading branch information
richardlau committed May 31, 2022
1 parent 132ad1b commit 2901541
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def buildExclusions = [
[ /vs2015/, releaseType, ltGte(6, 10) ],
[ /vs2017/, releaseType, ltGte(10, 14) ],
[ /vs2019/, releaseType, lt(14) ],
[ /vs2019-x86/, releaseType, gteLt(18, 19) ], // Temporary, https://github.com/nodejs/node/pull/42666
// VS versions supported to compile Node.js - also matches labels used by test runners
[ /vs2013(-\w+)?$/, testType, gte(6) ],
[ /vs2015(-\w+)?$/, testType, gte(10) ],
Expand All @@ -84,7 +83,6 @@ def buildExclusions = [
[ /vs2015-x86$/, testType, gte(10) ], // compile arm64/x86 only once
[ /vs2017-x86$/, testType, ltGte(10, 14) ],
[ /vs2019-x86$/, testType, lt(14) ],
[ /vs2019-x86$/, testType, gteLt(18, 19) ], // Temporary, https://github.com/nodejs/node/pull/42666
[ /vs2019-arm64$/, testType, lt(14) ],
// VS versions supported to build add-ons
[ /vs2013-COMPILED_BY/, testType, gte(9) ],
Expand Down

0 comments on commit 2901541

Please sign in to comment.