Mirror ubuntu rootfs and busybox used by armhf-gnu#47
Merged
Conversation
jieyouxu
commented
Jul 5, 2026
| name = "ubuntu/ubuntu-base-22.04.2-base-armhf.tar.gz" | ||
| sha256 = "244e2d2a95d8fa1481c67138012b6ffedd684fc37a53b890f8c29e6abf02e14d" | ||
| source = "https://cdimage.ubuntu.com/ubuntu-base/releases/22.04/release/ubuntu-base-22.04.2-base-armhf.tar.gz" | ||
| license = "https://canonical.com/legal/intellectual-property-policy" |
Member
Author
There was a problem hiding this comment.
NB: there is no canonical (hah) license for all of ubuntu tree, since each package has their own licenses. I feel that it's most accurate to directly point to Canonical Legal's own policy page.
Kobzol
reviewed
Jul 5, 2026
Kobzol
left a comment
Member
There was a problem hiding this comment.
Let's use the rustc/ubuntu and rustc/busybox prefixes for both? The rustc prefix IMO means that it is used in rust-lang/rust by its CI.
Member
Author
... You know what, that's what I intended to use, but then I only did it for the toml file itself not the available-at path 😆 |
c0b167e to
0456f21
Compare
This was referenced Jul 5, 2026
Kobzol
approved these changes
Jul 5, 2026
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 free
to 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.
Summary
Follow-up to #41, #42, #46,
armhf-gnurelies on (at least) two more external sources:busybox: https://github.com/rust-lang/rust/blob/ea088e0a3dd50c494b4589c3c121d7469dceec8f/src/ci/docker/host-x86_64/armhf-gnu/Dockerfile#L50ubunturootfs: https://github.com/rust-lang/rust/blob/ea088e0a3dd50c494b4589c3c121d7469dceec8f/src/ci/docker/host-x86_64/armhf-gnu/Dockerfile#L63Let's mirror those two to reduce the amount of external network reliance we have in our CI jobs.