Skip to content

Commit 1ed0cc3

Browse files
Run clippy on cg_gcc in CI
1 parent 0ad2cd3 commit 1ed0cc3

File tree

1 file changed

+2
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-gcc

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-gcc/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ ENV RUST_CONFIGURE_ARGS \
3939
--enable-compiler-docs \
4040
--set llvm.libzstd=true \
4141
--set 'rust.codegen-backends=[\"llvm\",\"gcc\"]'
42-
ENV SCRIPT python3 ../x.py \
42+
ENV SCRIPT python3 ../x.py --stage 2 clippy compiler/rustc_codegen_gcc && \
43+
../x.py \
4344
--stage 2 \
4445
test tests \
4546
--test-codegen-backend gcc \

0 commit comments

Comments
 (0)