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

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

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
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