CI: Don't remove user's config dir

This commit is contained in:
Trent Nelson 2020-10-28 12:13:44 -06:00 committed by mergify[bot]
parent eb597cd60f
commit 32c31f2689
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ export RUST_BACKTRACE=1
export RUSTFLAGS="-D warnings"
source scripts/ulimit-n.sh
# Clear cached json keypair files
rm -rf "$HOME/.config/solana"
# Clear the C dependency files, if dependency 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