We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5af0c commit 894a498Copy full SHA for 894a498
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -58,14 +58,6 @@ COPY host-x86_64/dist-x86_64-linux/build-clang.sh /tmp/
58
RUN ./build-clang.sh
59
ENV CC=clang CXX=clang++
60
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
-
69
COPY scripts/sccache.sh /scripts/
70
RUN sh /scripts/sccache.sh
71
0 commit comments