Commit 91946bc
authored
Remove sccache to reduce github actions cache churn (#5641)
# Description of Changes
Removing `sccache` from CI workflows since it's churning the github
actions cache. This is causing us to evict the much higher value
`rust-cache` entries quite frequently.
This is part of the work to break up
#5612 into smaller
reviewable chunks.
# API and ABI breaking changes
None
# Expected complexity level and risk
1
# Testing
N/A1 parent bf85516 commit 91946bc
2 files changed
Lines changed: 0 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 22 | | |
32 | 23 | | |
33 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 113 | | |
123 | 114 | | |
124 | 115 | | |
| |||
451 | 442 | | |
452 | 443 | | |
453 | 444 | | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | 445 | | |
463 | 446 | | |
464 | 447 | | |
| |||
0 commit comments