Commit 0d7c320
committed
fix: remove workspace-copy to preserve cargo target cache
workspace-copy: true changes GITHUB_WORKSPACE path, which invalidates
the oxc-project/setup-rust target directory cache and forces a full
Rust rebuild (6min → 18min regression).
Fix: keep workspace on C: drive, only put CARGO_HOME and RUSTUP_HOME
on the Dev Drive (matching rolldown's approach). Also re-add Defender
disable since Dev Drive without workspace-copy doesn't bypass Defender
for workspace files.1 parent bbf5146 commit 0d7c320
File tree
4 files changed
+17
-6
lines changed- .github/workflows
- packages
- global
- binding
- bin
- migrate/binding
4 files changed
+17
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | | - | |
79 | | - | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
198 | 204 | | |
199 | 205 | | |
200 | 206 | | |
201 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
202 | 214 | | |
203 | 215 | | |
204 | 216 | | |
205 | 217 | | |
206 | | - | |
207 | | - | |
| 218 | + | |
208 | 219 | | |
209 | 220 | | |
210 | 221 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments