Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCross-builders don't remove their build artifacts #21235
Closed
Labels
Comments
|
cc @aneeshusa |
|
arm-unknown-linux-gnueabihf |
|
Is there a reason to remove specific sub-directories of |
|
I do not remember my original reasoning for it. |
|
servo/saltfs#870 will make the script usable on the cross builders. |
bors-servo
added a commit
that referenced
this issue
Jul 30, 2018
Avoid frequent disk space errors on cross builders. This is killing our CI throughput. Fixes #21235. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21286) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jul 30, 2018
Avoid frequent disk space errors on cross builders. This is killing our CI throughput. Fixes #21235. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21286) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jul 30, 2018
Avoid frequent disk space errors on cross builders. This is killing our CI throughput. Fixes #21235. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21286) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not only do the android/arm jobs in buildbot_steps.yml not invoke the remove-build-directories script, but https://github.com/servo/saltfs/blob/master/ubuntu/files/remove-build-directories#L11 doesn't include the x86/arm/android targets that the build would generate instead of debug/release.