about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2022-04-06 09:26:48 +0200
committerJakub Beránek <berykubik@gmail.com>2022-04-07 09:42:14 +0200
commit49efa23d70c12c9a670b262a1fb717a12cea7489 (patch)
tree8879a1ac1290757d8193b656255dfdf9e512caa6 /src/ci/docker
parent5da76eeaad7b57eaee81fc28067952f96abf8377 (diff)
downloadrust-49efa23d70c12c9a670b262a1fb717a12cea7489.tar.gz
rust-49efa23d70c12c9a670b262a1fb717a12cea7489.zip
Update rustc-perf version used in CI and also the corresponding PGO benchmarks
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile3
1 files changed, 2 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 efc83c6ccab..5e6716baed6 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
@@ -98,7 +98,8 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
 RUN ./build-clang.sh
 ENV CC=clang CXX=clang++
 
-ENV PERF_COMMIT 1e19fc4c6168d2f7596e512f42f358f245d8f09d
+# rustc-perf version from 2022-04-05
+ENV PERF_COMMIT 04fccd80396f954b339c366e30221f4bd52c5e03
 RUN curl -LS -o perf.zip https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip && \
     unzip perf.zip && \
     mv rustc-perf-$PERF_COMMIT rustc-perf && \