Skip to content

Commit 8c8f3ba

Browse files
committed
jenkins: stop building on 32-bit Windows
Refs: nodejs/node#53184
1 parent f9ce3da commit 8c8f3ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ def buildExclusions = [
4949
[ /vs2017/, releaseType, gte(18) ],
5050
[ /vs2019-arm64/, releaseType, lt(20) ],
5151
[ /vs2019/, releaseType, gte(21) ],
52+
[ /vs2022-x86/, releaseType, gte(23) ],
5253
[ /vs2022/, releaseType, lt(21) ],
5354
// VS versions supported to compile Node.js - also matches labels used by test runners
5455
[ /vs2015(-\w+)?$/, testType, gte(18) ],
5556
[ /vs2017(-\w+)?$/, testType, gte(18) ],
5657
[ /vs2019(-\w+)?$/, testType, gte(21) ],
5758
[ /vs2022(-\w+)?$/, testType, lt(20) ], // Temporarily compile Node v20+ on both VS2019 and VS2022
5859
[ /vs2022-x86$/, testType, lt(20) ], // Temporarily compile Node v20+ arm64 and x86 on both VS2019 and VS2022
60+
[ /vs2022-x86$/, testType, gte(23) ],
5961
[ /vs2022-arm64$/, testType, lt(20) ],
6062
[ /COMPILED_BY-\w+-arm64$/, testType, lt(20) ], // run tests on arm64 for >=19
6163
// VS versions supported to build add-ons

0 commit comments

Comments
 (0)