chore(ci): speed up Windows CI with Dev Drive#872
Merged
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
fengmk2
approved these changes
Mar 14, 2026
2f49b16 to
5d80811
Compare
Replace "Disable Windows Defender" steps with `samypr100/setup-dev-drive@v4` which creates a ReFS Dev Drive (~25% I/O improvement). ReFS Dev Drive is already excluded from Defender scanning, making the explicit disable redundant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5d80811 to
66074e0
Compare
aulikhin
pushed a commit
to aulikhin/vite-plus
that referenced
this pull request
Mar 14, 2026
## Summary - Replace "Disable Windows Defender" steps with `samypr100/setup-dev-drive@v4` in `test` and `cli-e2e-test` jobs - Creates a 12GB ReFS Dev Drive with `CARGO_HOME` and `RUSTUP_HOME` mapped onto it, giving ~25% I/O improvement - ReFS Dev Drive is already excluded from Defender scanning, making the explicit disable redundant - Adds `target-dir` to `setup-rust` so Rust compilation output also lands on the Dev Drive 🤖 Generated with [Claude Code](https://claude.com/claude-code)
aulikhin
pushed a commit
to aulikhin/vite-plus
that referenced
this pull request
Mar 14, 2026
## Summary - Replace "Disable Windows Defender" steps with `samypr100/setup-dev-drive@v4` in `test` and `cli-e2e-test` jobs - Creates a 12GB ReFS Dev Drive with `CARGO_HOME` and `RUSTUP_HOME` mapped onto it, giving ~25% I/O improvement - ReFS Dev Drive is already excluded from Defender scanning, making the explicit disable redundant - Adds `target-dir` to `setup-rust` so Rust compilation output also lands on the Dev Drive 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
samypr100/setup-dev-drive@v4intestandcli-e2e-testjobsCARGO_HOMEandRUSTUP_HOMEmapped onto it, giving ~25% I/O improvementtarget-dirtosetup-rustso Rust compilation output also lands on the Dev Drive🤖 Generated with Claude Code