Skip to content

Commit 3709ec1

Browse files
committed
exclude clippy in try
1 parent 1cfce0a commit 3709ec1

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ ENV RUST_CONFIGURE_ARGS \
8484
ENV SCRIPT python3 ../src/ci/stage-build.py python3 ../x.py dist \
8585
--host $HOSTS --target $HOSTS \
8686
--include-default-paths \
87+
--exclude clippy \
8788
build-manifest bootstrap
8889
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
8990

0 commit comments

Comments
 (0)