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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user