Skip to content

Commit 894a498

Browse files
committed
refactor(ci/docker/dist-x86_64-linux): remove rustc-perf downloading
It is now available as a submodule in src/tools/rustc-perf, and is initialized when building opt-dist
1 parent 9e5af0c commit 894a498

File tree

1 file changed

+0
-8
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+0
-8
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
5858
RUN ./build-clang.sh
5959
ENV CC=clang CXX=clang++
6060

61-
# rustc-perf version from 2023-10-22
62-
# Should also be changed in the opt-dist tool for other environments.
63-
ENV PERF_COMMIT 4f313add609f43e928e98132358e8426ed3969ae
64-
RUN curl -LS -o perf.zip https://ci-mirrors.rust-lang.org/rustc/rustc-perf-$PERF_COMMIT.zip && \
65-
unzip perf.zip && \
66-
mv rustc-perf-$PERF_COMMIT rustc-perf && \
67-
rm perf.zip
68-
6961
COPY scripts/sccache.sh /scripts/
7062
RUN sh /scripts/sccache.sh
7163

0 commit comments

Comments
 (0)