File tree 2 files changed +2
-2
lines changed
ci/docker/host-x86_64/dist-x86_64-linux
tools/opt-dist/src/environment
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ ENV CC=clang CXX=clang++
60
60
# rustc-perf version from 2023-05-30
61
61
# Should also be changed in the opt-dist tool for other environments.
62
62
ENV PERF_COMMIT 8b2ac3042e1ff2c0074455a0a3618adef97156b1
63
- RUN curl -LS -o perf.zip https://github.com/ rust-lang/rustc-perf/archive/ $PERF_COMMIT.zip && \
63
+ RUN curl -LS -o perf.zip https://ci-mirrors. rust-lang.org /rustc/rustc -perf- $PERF_COMMIT.zip && \
64
64
unzip perf.zip && \
65
65
mv rustc-perf-$PERF_COMMIT rustc-perf && \
66
66
rm perf.zip
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ impl Environment for WindowsEnvironment {
42
42
// rustc-perf version from 2023-05-30
43
43
const PERF_COMMIT : & str = "8b2ac3042e1ff2c0074455a0a3618adef97156b1" ;
44
44
45
- let url = format ! ( "https://github.com/ rust-lang/rustc-perf/archive/ {PERF_COMMIT}.zip" ) ;
45
+ let url = format ! ( "https://ci-mirrors. rust-lang.org /rustc/rustc -perf- {PERF_COMMIT}.zip" ) ;
46
46
let response = reqwest:: blocking:: get ( url) ?. error_for_status ( ) ?. bytes ( ) ?. to_vec ( ) ;
47
47
48
48
let mut archive = ZipArchive :: new ( Cursor :: new ( response) ) ?;
You can’t perform that action at this time.
0 commit comments