about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2023-09-04 13:21:05 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2023-09-04 13:21:05 -0400
commitfe6c863f0bdfffaeb8fbbb520ece8696581383ce (patch)
tree8d68f9cc008995f6b770f9c98faf6b9a74a18581 /src/ci
parentbf1e3f31f95c0f75b9bf51a58e8684f750f919f2 (diff)
downloadrust-fe6c863f0bdfffaeb8fbbb520ece8696581383ce.tar.gz
rust-fe6c863f0bdfffaeb8fbbb520ece8696581383ce.zip
Mirror the rustc-perf source
This avoids issues with the GitHub /archive/ links which can be somewhat
unreliable and are currently causing CI issues.
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
index 319989df334..f6954275ad4 100644
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -60,7 +60,7 @@ ENV CC=clang CXX=clang++
 # rustc-perf version from 2023-05-30
 # Should also be changed in the opt-dist tool for other environments.
 ENV PERF_COMMIT 8b2ac3042e1ff2c0074455a0a3618adef97156b1
-RUN curl -LS -o perf.zip https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip && \
+RUN curl -LS -o perf.zip https://ci-mirrors.rust-lang.org/rustc/rustc-perf-$PERF_COMMIT.zip && \
     unzip perf.zip && \
     mv rustc-perf-$PERF_COMMIT rustc-perf && \
     rm perf.zip