Skip to content

Commit f7ccf52

Browse files
authored
jenkins: temporarily exclude win32 for Node.js 18
Refs: nodejs/node#42666 Refs: nodejs/node#42543 (comment)
1 parent 578f40a commit f7ccf52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def buildExclusions = [
7373
[ /vs2015/, releaseType, ltGte(6, 10) ],
7474
[ /vs2017/, releaseType, ltGte(10, 14) ],
7575
[ /vs2019/, releaseType, lt(14) ],
76+
[ /vs2019-x86/, releaseType, gte(18) ], // Temporary, https://github.com/nodejs/node/pull/42666
7677
// VS versions supported to compile Node.js - also matches labels used by test runners
7778
[ /vs2013(-\w+)?$/, testType, gte(6) ],
7879
[ /vs2015(-\w+)?$/, testType, gte(10) ],
@@ -82,6 +83,7 @@ def buildExclusions = [
8283
[ /vs2015-x86$/, testType, gte(10) ], // compile arm64/x86 only once
8384
[ /vs2017-x86$/, testType, ltGte(10, 14) ],
8485
[ /vs2019-x86$/, testType, lt(14) ],
86+
[ /vs2019-x86$/, testType, gte(18) ], // Temporary, https://github.com/nodejs/node/pull/42666
8587
[ /vs2019-arm64$/, testType, lt(14) ],
8688
// VS versions supported to build add-ons
8789
[ /vs2013-COMPILED_BY/, testType, gte(9) ],

0 commit comments

Comments
 (0)