Uh oh!
There was an error while loading. Please reload this page.
ci: move /var/lib/docker to /mnt on GHA - #70847
Merged
Merged
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
commented
Apr 6, 2020
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
emilyalbini
commented
Apr 6, 2020
MemberAuthor
@bors try |
bors
commented
Apr 6, 2020
Collaborator
⌛ Trying commit 368ca767e26ae56d3a95313749a3de1714dc8d83 with merge 8046ac922efa010d4c9591fdf9701d2dcae866ba... |
Mark-Simulacrum
commented
Apr 6, 2020
Member
r=me when finished testing |
bors
commented
Apr 6, 2020
Collaborator
☀️ Try build successful - checks-azure |
emilyalbiniforce-pushed
the
ci-move-docker-lib
branch
from
April 7, 2020 13:27
368ca76 to
1ce9257Compareemilyalbini
commented
Apr 7, 2020
MemberAuthor
@bors r=Mark-Simulacrum rollup |
bors
commented
Apr 7, 2020
Collaborator
📌 Commit 1ce9257 has been approved by |
Dylan-DPC-zz pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Apr 7, 2020
…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
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 8, 2020
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/dockerto the/mntpartition on Linux GHA.Example of a build failing because of this: https://github.com/rust-lang-ci/rust/runs/564628621