We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41e64b6 + 8fd3be5 commit 3de2821Copy full SHA for 3de2821
src/ci/docker/armhf-gnu/Dockerfile
@@ -71,7 +71,8 @@ COPY scripts/qemu-bare-bones-addentropy.c /tmp/addentropy.c
71
RUN arm-linux-gnueabihf-gcc addentropy.c -o rootfs/addentropy -static
72
73
# TODO: What is this?!
74
-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
75
+RUN curl -O https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/vexpress-v2p-ca15-tc1.dtb
76
77
COPY scripts/sccache.sh /scripts/
78
RUN sh /scripts/sccache.sh
0 commit comments