rust-analyzer.sh: invoke clippy-json directly, which now handles compiling internally
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / grep (push) Successful in 1m0s
Gentoo Utils / check-format (push) Successful in 1m9s
Gentoo Utils / docs (push) Successful in 1m13s
Gentoo Utils / build (push) Successful in 1m23s
Gentoo Utils / fuzz (push) Successful in 1m12s
Gentoo Utils / test (push) Successful in 36s

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