about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorJane Losare-Lusby <jlusby@yaah.dev>2022-07-25 20:01:05 +0000
committerJane Losare-Lusby <jlusby@yaah.dev>2022-07-28 18:40:39 +0000
commitf9460814c86e23bbeab7f3d73832c85454d7f957 (patch)
treecb610fabf5b18575318188bf6be902943f7c2083 /src/ci
parente5682615bb4fdb90e3a37b810a1b7bded2a1199e (diff)
downloadrust-f9460814c86e23bbeab7f3d73832c85454d7f957.tar.gz
rust-f9460814c86e23bbeab7f3d73832c85454d7f957.zip
bump rustc-perf commit
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile4
-rwxr-xr-xsrc/ci/pgo.sh4
2 files changed, 4 insertions, 4 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 f262bc3c7d8..b56776df1cb 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,8 +98,8 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
 RUN ./build-clang.sh
 ENV CC=clang CXX=clang++
 
-# rustc-perf version from 2022-05-18
-ENV PERF_COMMIT f66cc8f3e04392b0e2fd811f21fd1ece6ebaded3
+# rustc-perf version from 2022-07-22
+ENV PERF_COMMIT 3c253134664fdcba862c539d37f0de18557a9a4c
 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 && \
diff --git a/src/ci/pgo.sh b/src/ci/pgo.sh
index 4773dc09960..b60b7868d06 100755
--- a/src/ci/pgo.sh
+++ b/src/ci/pgo.sh
@@ -100,8 +100,8 @@ if isLinux; then
     cp -r /tmp/rustc-perf $RUSTC_PERF
     chown -R $(whoami): $RUSTC_PERF
 else
-    # rustc-perf version from 2022-05-18
-    PERF_COMMIT=f66cc8f3e04392b0e2fd811f21fd1ece6ebaded3
+    # rustc-perf version from 2022-07-22
+    PERF_COMMIT=3c253134664fdcba862c539d37f0de18557a9a4c
     retry curl -LS -o $PGO_TMP/perf.zip \
         https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip && \
         cd $PGO_TMP && unzip -q perf.zip && \