Commit ed41c21
perf(ci): add build parallelism env vars to Windows CI setup
Export CARGO_BUILD_JOBS, RUSTFLAGS (-Zthreads), and
CARGO_PROFILE_RELEASE_CODEGEN_UNITS to match build.ps1 settings.
Without these, codegen-units=1 from Cargo.toml serializes LLVM codegen
to a single thread, dropping CPU utilization to 20-30% on the 8-core
i7-9700K runner during mt-tauri compilation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 62e9428 commit ed41c21
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| |||
0 commit comments