Skip to content
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

Windows GitHub Actions changes required #55929

Open
StefanStojanovic opened this issue Nov 20, 2024 · 2 comments
Open

Windows GitHub Actions changes required #55929

StefanStojanovic opened this issue Nov 20, 2024 · 2 comments

Comments

@StefanStojanovic
Copy link
Contributor

StefanStojanovic commented Nov 20, 2024

Version

No response

Platform

No response

Subsystem

No response

What steps will reproduce the bug?

Running vcbuild.bat

How often does it reproduce? Is there a required condition?

Always with VS 17.12.

What is the expected behavior? Why is that the expected behavior?

I expect Node.js to compile.

What do you see instead?

Compilation fails.

Additional information

I've already opened an issue to track this and reported it to Microsoft. In addition to that, I'll open a PR similar to #53863 marking the v17.12 as unsupported so people get informed.

In addition to everything already mentioned we should disable GitHub Actions for Windows: https://github.com/nodejs/node/actions/workflows/build-windows.yml, https://github.com/nodejs/node/actions/workflows/coverage-windows.yml and https://github.com/nodejs/node/actions/workflows/test-windows.yml as they will fail constantly (eg. #55270) because GitHub Runners use VS v17.12 now.

P.S. Maybe we can even remove test-windows.yml as it wasn't run recently?

cc @nodejs/platform-windows @nodejs/build

@richardlau
Copy link
Member

In addition to everything already mentioned we should disable GitHub Actions for Windows: https://github.com/nodejs/node/actions/workflows/build-windows.yml, https://github.com/nodejs/node/actions/workflows/coverage-windows.yml and https://github.com/nodejs/node/actions/workflows/test-windows.yml as they will fail constantly (eg. #55270) because GitHub Runners use VS v17.12 now.

P.S. Maybe we can even remove test-windows.yml as it wasn't run recently?

Do we know which versions of Node.js are broken with VS v17.12?

For example, both

passed for the v20.18.1 proposal with VS v17.12.

FWIW https://github.com/nodejs/node/actions/workflows/build-windows.yml was removed from main by #54662 which was backported to v22.x-staging.

test-windows.yml never landed -- it was proposed in #50519 (to run tests instead of just building) but closed without merging.

@targos
Copy link
Member

targos commented Nov 22, 2024

I've disabled the workflows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants