We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d55184 commit 27e9218Copy full SHA for 27e9218
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -61,7 +61,7 @@ ENV CC=clang CXX=clang++
61
# Should also be changed in the opt-dist tool for other environments.
62
ENV PERF_COMMIT 8b2ac3042e1ff2c0074455a0a3618adef97156b1
63
RUN curl -LS -o perf.zip https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip && \
64
- unzip perf.zip && \
+ unzip -q perf.zip && \
65
mv rustc-perf-$PERF_COMMIT rustc-perf && \
66
rm perf.zip
67
0 commit comments