mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 04:54:24 +00:00
We run Linux CI on regular GitHub Action runners, which have ~30GB of disk space. This is nothing for Rust builds and, due to Cargo.lock perturbations, we tend to accumulate enough artifacts to fill the disk entirely since `restore-keys` alowed to keep the cache for different lockfiles. Instead, try to invalidate the cache more aggressively (which will cost us more frequent ~30min Linux CI runs) to see how this will work in comparison. Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| danger.yml | ||
| deploy_collab.yml | ||
| randomized_tests.yml | ||
| release_actions.yml | ||
| release_nightly.yml | ||
| update_all_top_ranking_issues.yml | ||
| update_weekly_top_ranking_issues.yml | ||