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

Fix windows CI by removing virtual file system cache #3912

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

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented Mar 25, 2025

This just disables the vfs logic in windows CI. This will make the CI slower, but it does fix the caching issue. matrix_test (x86_64-apple-darwin, macos-13, 1.84.0, false, test, --all --tests) runs at a similar speed so the overall slowdown is only ~2m. The underlying issue might be related to rust-lang/rustup#2417 which could be fixed by clearing the rustup cache, but I can't find the cache for windows CI in gh cache list

I tried copying uv's CI setup as closely as I could, but that also does not fix the issue

@ealmloff ealmloff added ci github ci windows labels Mar 25, 2025
@ealmloff ealmloff requested a review from a team as a code owner March 25, 2025 21:45
@ealmloff ealmloff changed the title try to fix windows CI Fix windows CI by removing virtual file system cache Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci github ci windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant