Lint code in CI using in-tree Clippy

This commit is contained in:
Jakub Beránek 2025-08-08 21:47:18 +02:00
parent 23bb607184
commit 27347831bd
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -28,7 +28,7 @@ RUN sh /scripts/sccache.sh
ENV SCRIPT \
python3 ../x.py check && \
python3 ../x.py clippy ci && \
python3 ../x.py clippy ci --stage 2 && \
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
python3 ../x.py test --stage 1 src/tools/compiletest && \
python3 ../x.py doc bootstrap && \