We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa5034 commit d9ddef3Copy full SHA for d9ddef3
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