File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docker/host-x86_64/dist-x86_64-linux Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
9898RUN ./build-clang.sh
9999ENV CC=clang CXX=clang++
100100
101- # rustc-perf version from 2022-05-18
102- ENV PERF_COMMIT f66cc8f3e04392b0e2fd811f21fd1ece6ebaded3
101+ # rustc-perf version from 2022-07-22
102+ ENV PERF_COMMIT 3c253134664fdcba862c539d37f0de18557a9a4c
103103RUN curl -LS -o perf.zip https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip && \
104104 unzip perf.zip && \
105105 mv rustc-perf-$PERF_COMMIT rustc-perf && \
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ if isLinux; then
100100 cp -r /tmp/rustc-perf $RUSTC_PERF
101101 chown -R $( whoami) : $RUSTC_PERF
102102else
103- # rustc-perf version from 2022-05-18
104- PERF_COMMIT=f66cc8f3e04392b0e2fd811f21fd1ece6ebaded3
103+ # rustc-perf version from 2022-07-22
104+ PERF_COMMIT=3c253134664fdcba862c539d37f0de18557a9a4c
105105 retry curl -LS -o $PGO_TMP /perf.zip \
106106 https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT .zip && \
107107 cd $PGO_TMP && unzip -q perf.zip && \
You can’t perform that action at this time.
0 commit comments