File tree 2 files changed +4
-4
lines changed
ci/docker/host-x86_64/dist-x86_64-linux
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
57
57
RUN ./build-clang.sh
58
58
ENV CC=clang CXX=clang++
59
59
60
- # rustc-perf version from 2023-05-30
60
+ # rustc-perf version from 2023-10-22
61
61
# Should also be changed in the opt-dist tool for other environments.
62
- ENV PERF_COMMIT 8b2ac3042e1ff2c0074455a0a3618adef97156b1
62
+ ENV PERF_COMMIT 4f313add609f43e928e98132358e8426ed3969ae
63
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 && \
Original file line number Diff line number Diff line change @@ -408,8 +408,8 @@ fn download_rustc_perf(env: &Environment) -> anyhow::Result<()> {
408
408
409
409
// FIXME: add some mechanism for synchronization of this commit SHA with
410
410
// Linux (which builds rustc-perf in a Dockerfile)
411
- // rustc-perf version from 2023-05-30
412
- const PERF_COMMIT : & str = "8b2ac3042e1ff2c0074455a0a3618adef97156b1 " ;
411
+ // rustc-perf version from 2023-10-22
412
+ const PERF_COMMIT : & str = "4f313add609f43e928e98132358e8426ed3969ae " ;
413
413
414
414
let url = format ! ( "https://ci-mirrors.rust-lang.org/rustc/rustc-perf-{PERF_COMMIT}.zip" ) ;
415
415
let client = reqwest:: blocking:: Client :: builder ( )
You can’t perform that action at this time.
0 commit comments