diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-03-30 07:51:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-30 07:51:38 +0100 |
| commit | 3de28218043d76d4fe5c796a6ae496fa1a57f626 (patch) | |
| tree | d8c754c8bbd68607c71f0a260944f16c7d70cbb1 /src/ci | |
| parent | 41e64b6c5c8d3afabe8f06e28ba0e0f247933391 (diff) | |
| parent | 8fd3be596f1bbe4caf3f4a14a564480cf02320b3 (diff) | |
| download | rust-3de28218043d76d4fe5c796a6ae496fa1a57f626.tar.gz rust-3de28218043d76d4fe5c796a6ae496fa1a57f626.zip | |
Rollup merge of #59499 - pietroalbini:fix-arm-broken-link, r=alexcrichton
Fix broken download link in the armhf-gnu image Thanks to @johnterickson for pointing this out! r? @alexcrichton
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/armhf-gnu/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/armhf-gnu/Dockerfile b/src/ci/docker/armhf-gnu/Dockerfile index 2b7624d53ee..e4c2097f970 100644 --- a/src/ci/docker/armhf-gnu/Dockerfile +++ b/src/ci/docker/armhf-gnu/Dockerfile @@ -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?! -RUN curl -O http://ftp.nl.debian.org/debian/dists/jessie/main/installer-armhf/current/images/device-tree/vexpress-v2p-ca15-tc1.dtb +# Source of the file: https://github.com/vfdev-5/qemu-rpi2-vexpress/raw/master/vexpress-v2p-ca15-tc1.dtb +RUN curl -O https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/vexpress-v2p-ca15-tc1.dtb COPY scripts/sccache.sh /scripts/ RUN sh /scripts/sccache.sh |
