Commit 9780af9
committed
ci: fix sccache in release workflow
Remove rust-cache from release workflow to fix low sccache hit rate (was 24%).
Same issue as in CI workflow - rust-cache conflicts with sccache.
Changes:
- Removed Swatinem/rust-cache from build job
- Added CARGO_INCREMENTAL=0 for better sccache performance
Expected improvements:
- sccache hit rate should increase from 24% to 40-60%
- Each target builds independently with sccache GitHub Actions cache
- Cache persists across releases (not expiring immediately)
Note: First build after this change will still be 0% (cache miss),
but subsequent releases will benefit from sccache.1 parent f6ad14f commit 9780af9
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | 158 | | |
164 | 159 | | |
165 | 160 | | |
| |||
0 commit comments