nit: cleanup feature status display (#15113)

* nit: cleanup feature status display

* nudge
This commit is contained in:
Jack May
2021-02-04 20:23:01 -08:00
committed by GitHub
parent 7d9f5ad525
commit a52a241852
2 changed files with 9 additions and 5 deletions

View File

@ -23,6 +23,10 @@ fi
BENCH_FILE=bench_output.log
BENCH_ARTIFACT=current_bench_results.log
# solana-keygen required when building C programs
_ "$cargo" build --manifest-path=keygen/Cargo.toml
export PATH="$PWD/target/debug":$PATH
# Clear the C dependency files, if dependeny moves these files are not regenerated
test -d target/debug/bpf && find target/debug/bpf -name '*.d' -delete
test -d target/release/bpf && find target/release/bpf -name '*.d' -delete