-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: move /var/lib/docker to /mnt on GHA #70847
Conversation
There are some builders that are running out of disk space while building the Docker images, such as arm-android. This moves and symlinks /var/lib/docker to the /mnt partition on Linux GHA.
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors try |
⌛ Trying commit 368ca767e26ae56d3a95313749a3de1714dc8d83 with merge 8046ac922efa010d4c9591fdf9701d2dcae866ba... |
r=me when finished testing |
☀️ Try build successful - checks-azure |
368ca76
to
1ce9257
Compare
@bors r=Mark-Simulacrum rollup |
📌 Commit 1ce9257 has been approved by |
…Mark-Simulacrum ci: move /var/lib/docker to /mnt on GHA There are some builders that are running out of disk space while building the Docker images, such as arm-android. This moves and symlinks `/var/lib/docker` to the `/mnt` partition on Linux GHA. Example of a build failing because of this: https://github.com/rust-lang-ci/rust/runs/564628621
Rollup of 9 pull requests Successful merges: - rust-lang#70789 (remove false positives of unused_braces) - rust-lang#70847 (ci: move /var/lib/docker to /mnt on GHA) - rust-lang#70850 (BTreeMap first last proposal tweaks) - rust-lang#70876 (Use a `SmallVec` for `Cache::predecessors`.) - rust-lang#70883 (Clean up E0507 explanation) - rust-lang#70892 (wf: refactor `compute_trait_ref`) - rust-lang#70914 (Corrects a typo in rustdoc documentation.) - rust-lang#70915 (Remove unnecessary TypeFlags::NOMINAL_FLAGS) - rust-lang#70927 (Clean up E0510 explanation) Failed merges: r? @ghost
There are some builders that are running out of disk space while building the Docker images, such as arm-android. This moves and symlinks
/var/lib/docker
to the/mnt
partition on Linux GHA.Example of a build failing because of this: https://github.com/rust-lang-ci/rust/runs/564628621