-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v16.x] build: add windows-2022 to v16.x actions #44365
Conversation
This was reverted in the commit mentioned below due to a compiler bug. The bug got resolved in MSVC 14.33, which is part of the GitHub Actions 20220821.1 image for windows-2022. Ref: nodejs@79e2ab2 Ref: nodejs#42560 Ref: https://developercommunity.visualstudio.com/t/Failed-to-compile-nodejs-16140-with-la/1682115?space=62&q=nodejs Ref: https://github.com/actions/runner-images/blob/releases/win22/20220821/images/win/Windows2022-Readme.md
Review requested:
|
I think that should land on |
|
@@ -37,7 +37,7 @@ permissions: | |||
jobs: | |||
coverage-windows: | |||
if: github.event.pull_request.draft == false | |||
runs-on: windows-2019 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should stays on windows-2019 since this need a more stable build env. As my experience, MSVC stability can't be guaranteed and take way to many time to fix.
541252d
to
c1c8b6d
Compare
02cd9a9
to
54b9635
Compare
54b9635
to
18e1766
Compare
Closing in favor of #46228 |
Closes #42560
This was reverted in the commit mentioned below due to a compiler bug. The bug got resolved in MSVC 14.33, which is part of the GitHub Actions 20220821.1 image for windows-2022.
Note that I'm not adding this to the
main
branch yet as there's a separate issue there: #43092Ref: 79e2ab2
Ref: #42560
Ref: https://developercommunity.visualstudio.com/t/Failed-to-compile-nodejs-16140-with-la/1682115?space=62&q=nodejs
Ref: https://github.com/actions/runner-images/blob/releases/win22/20220821/images/win/Windows2022-Readme.md