Fix broken download link in the armhf-gnu image#59499
Merged
bors merged 1 commit intorust-lang:masterfrom Mar 30, 2019
Merged
Conversation
Member
|
@bors: r+ rollup |
Collaborator
|
📌 Commit 8fd3be5 has been approved by |
Member
Author
|
@bors rollup- This will rebuild Docker images, let's not do that in a rollup. |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 29, 2019
…=alexcrichton Fix broken download link in the armhf-gnu image Thanks to @johnterickson for pointing this out! r? @alexcrichton
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 30, 2019
…=alexcrichton Fix broken download link in the armhf-gnu image Thanks to @johnterickson for pointing this out! r? @alexcrichton
bors
added a commit
that referenced
this pull request
Mar 30, 2019
Rollup of 10 pull requests Successful merges: - #59376 (RFC 2008: Enum Variants) - #59453 (Recover from parse error in tuple syntax) - #59455 (Account for short-hand field syntax when suggesting borrow) - #59499 (Fix broken download link in the armhf-gnu image) - #59512 (implement `AsRawFd` for stdio locks) - #59525 (Whitelist some rustc attrs) - #59528 (Improve the dbg! macro docs ) - #59532 (In doc examples, don't ignore read/write results) - #59534 (rustdoc: collapse blanket impls in the same way as normal impls) - #59537 (Fix OnceWith docstring.) Failed merges: r? @ghost
Collaborator
|
☔ The latest upstream changes (presumably #59550) made this pull request unmergeable. Please resolve the merge conflicts. |
tesuji
reviewed
Apr 8, 2019
| @@ -71,7 +71,8 @@ COPY scripts/qemu-bare-bones-addentropy.c /tmp/addentropy.c | |||
| RUN arm-linux-gnueabihf-gcc addentropy.c -o rootfs/addentropy -static | |||
|
|
|||
| # TODO: What is this?! | |||
Contributor
There was a problem hiding this comment.
Do we need to explain what it is? In that case, it is Device Tree Blob of ARM Versatile Express Emulation for Cortex-A9.
See https://wiki.qemu.org/Documentation/Platforms/ARM or https://learningfromyoublog.wordpress.com/2016/04/05/131/ .
bors
added a commit
that referenced
this pull request
Apr 8, 2019
[beta] Rollup backports Cherry-picked: * #58021: Fix fallout from #57667 * #59599: Updated RELEASES.md for 1.34.0 * #59587: Remove #[doc(hidden)] from Error::type_id * #58994: Hide deprecation warnings inside derive expansions * #58015: Expand docs for `TryFrom` and `TryInto`. * #59770: ci: pin android emulator to 28.0.23 * #59704: ci: Update FreeBSD tarball downloads * #59257: Update CI configuration for building Redox libraries * #59724: Function arguments should never get promoted * #59499: Fix broken download link in the armhf-gnu image * #58330: Add rustdoc JS non-std tests * #58848: Prevent cache issues on version updates 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 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.
Thanks to @johnterickson for pointing this out!
r? @alexcrichton