diff options
| author | Bernardo Meurer Costa <bemeurer@amazon.com> | 2024-05-15 20:19:49 +0000 |
|---|---|---|
| committer | Bernardo Meurer Costa <bemeurer@amazon.com> | 2024-05-20 15:01:18 +0000 |
| commit | d9a7868ceb960dba9c33c7801bfa1a9996ffe775 (patch) | |
| tree | 8781ebe47534059a7621f679b1fc60a7dcf1d6e7 /src/ci | |
| parent | 95c05c3e376376bb5210b62207ab3d9d01468996 (diff) | |
| download | rust-d9a7868ceb960dba9c33c7801bfa1a9996ffe775.tar.gz rust-d9a7868ceb960dba9c33c7801bfa1a9996ffe775.zip | |
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
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile | 8 |
1 files changed, 0 insertions, 8 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 fe84c23a11c..4e1aae98221 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 @@ -58,14 +58,6 @@ 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 2023-10-22 -# Should also be changed in the opt-dist tool for other environments. -ENV PERF_COMMIT 4f313add609f43e928e98132358e8426ed3969ae -RUN curl -LS -o perf.zip https://ci-mirrors.rust-lang.org/rustc/rustc-perf-$PERF_COMMIT.zip && \ - unzip perf.zip && \ - mv rustc-perf-$PERF_COMMIT rustc-perf && \ - rm perf.zip - COPY scripts/sccache.sh /scripts/ RUN sh /scripts/sccache.sh |
