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

Enable ccache in Windows CI #4018

Merged
merged 2 commits into from
Feb 24, 2025

Conversation

StefanStojanovic
Copy link
Contributor

This PR enables using ccache on Windows VMs in the CI if it is present and not disabled.

This PR also has a fixup for #4016 as ccache was only enabled for MSVC (copying as cl.exe) and not for ClangCL (copying as clang-cl.exe)

IMPORTANT: As ccache option landed in vcbuild.bat in Node.js recently, we should wait some time before landing this as it may break CI runs on branches without that change

Dropped Clang support for Node.js v23 as ccache support landed later
@StefanStojanovic
Copy link
Contributor Author

Since a lot of time passed since this was opened I think it is safe to merge it now. Potentially there will be some problematic PRs in the node and for those, I'll write comments to rebase on the latest main.

@StefanStojanovic StefanStojanovic merged commit f37806a into nodejs:main Feb 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants