mirror of
https://jturnerusa.dev/cgit/gentoo-utils/
synced 2025-12-23 05:52:13 -06:00
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
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:
@@ -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