Commit b1102a1
authored
chore(ci): speed up Windows CI with Dev Drive (#872)
## 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)1 parent d8e268d commit b1102a1
1 file changed
Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
76 | | - | |
77 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| |||
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
184 | | - | |
185 | | - | |
| 189 | + | |
186 | 190 | | |
187 | | - | |
188 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
189 | 198 | | |
190 | 199 | | |
191 | 200 | | |
192 | 201 | | |
193 | 202 | | |
| 203 | + | |
194 | 204 | | |
195 | 205 | | |
196 | 206 | | |
| |||
0 commit comments