From 32c31f26897c4f7c2359488fa81bc16ca97c304d Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Wed, 28 Oct 2020 12:13:44 -0600 Subject: [PATCH] CI: Don't remove user's config dir --- ci/test-stable.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 7591816b9..2064bd034 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -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