We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d44334 commit 7d8aaa8Copy full SHA for 7d8aaa8
scripts/svm/buildHelpers/buildSolanaVerify.sh
@@ -16,9 +16,4 @@ for program in programs/*; do
16
17
echo "Running verified build for $program_name"
18
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
24
done
0 commit comments