Skip to content

Commit 7d8aaa8

Browse files
committed
fix: skip removing keypairs for this experiment
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent 4d44334 commit 7d8aaa8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/svm/buildHelpers/buildSolanaVerify.sh

-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,4 @@ for program in programs/*; do
1616

1717
echo "Running verified build for $program_name"
1818
solana-verify build --library-name "$program_name" -- $CARGO_OPTIONS
19-
20-
# We don't need keypair files from the verified build and they cause permission issues on CI
21-
echo "Removing target/deploy/$program_name-keypair.json"
22-
sudo rm -f "target/deploy/$program_name-keypair.json"
23-
2419
done

0 commit comments

Comments
 (0)