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

chore: upgrade Windows agents #232621

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore: upgrade Windows agents #232621

wants to merge 2 commits into from

Conversation

rzhao271
Copy link
Contributor

This PR upgrades the Windows agents to build native dependencies with VS 2022 as part of internal compliance requirements.

Verification build: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=302107&view=results

I'm unsure whether using a newer VS could cause issues for users on older versions of Windows.

@rzhao271 rzhao271 self-assigned this Oct 30, 2024
@rzhao271 rzhao271 added this to the November 2024 milestone Oct 30, 2024
@deepak1556
Copy link
Collaborator

Can you update the cache https://github.com/microsoft/vscode/blob/main/build/.cachesalt and rerun to verify module dependencies build fine.

I'm unsure whether using a newer VS could cause issues for users on older versions of Windows.

Native modules build with statically linked msvcrt and the runtime is prebuilt with statically linked libc++. If it builds fine and tests pass they will run on our current supported versions.

@rzhao271
Copy link
Contributor Author

@rzhao271
Copy link
Contributor Author

rzhao271 commented Nov 6, 2024

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

Successfully merging this pull request may close these issues.

2 participants