rust-analyzer.sh: invoke clippy-json directly, which now handles compiling internally
All checks were successful
Gentoo Utils / grep (push) Successful in 2s
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / check-format (push) Successful in 17s
Gentoo Utils / docs (push) Successful in 23s
Gentoo Utils / build (push) Successful in 30s
Gentoo Utils / test (push) Successful in 31s
Gentoo Utils / fuzz (push) Successful in 44s

This commit is contained in:
2025-12-17 04:17:15 +00:00
parent 6b5de6346d
commit 0ec8567972

View File

@@ -1,12 +1,5 @@
#!/bin/bash
# this script is a temporary workaround for not having a proper clippy-json target
source /etc/profile
cd build || exit $?
# compile as far as we can
ninja
ninja clippy-json
ninja clippy-json -C build