Skip to content

Commit 27e9218

Browse files
committed
1 parent 6d55184 commit 27e9218

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ENV CC=clang CXX=clang++
6161
# Should also be changed in the opt-dist tool for other environments.
6262
ENV PERF_COMMIT 8b2ac3042e1ff2c0074455a0a3618adef97156b1
6363
RUN curl -LS -o perf.zip https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip && \
64-
unzip perf.zip && \
64+
unzip -q perf.zip && \
6565
mv rustc-perf-$PERF_COMMIT rustc-perf && \
6666
rm perf.zip
6767

0 commit comments

Comments
 (0)