Skip to content

Commit 77dc443

Browse files
committed
Lint code in CI using in-tree Clippy
1 parent 5e624d1 commit 77dc443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/pr-check-2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN sh /scripts/sccache.sh
2828

2929
ENV SCRIPT \
3030
python3 ../x.py check && \
31-
python3 ../x.py clippy ci && \
31+
python3 ../x.py clippy ci --stage 2 && \
3232
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3333
python3 ../x.py test --stage 1 src/tools/compiletest && \
3434
python3 ../x.py doc bootstrap && \

0 commit comments

Comments
 (0)