Skip to content

Commit

Permalink
Fix docker preparation script to build SPL
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed May 24, 2023
1 parent beaf042 commit ff389cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions prepare-local-docker-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ pushd solana_program_library/account-compression/programs/noop
mv ./here/spl_noop.so $CWD/programs/noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV.so
popd

pushd solana_program_library
rm -rf Cargo.toml
popd

pushd solana_program_library/associated-token-account/program
cargo build-bpf --bpf-out-dir ./here
mv ./here/spl_associated_token_account.so $CWD/programs/ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL.so
Expand All @@ -49,4 +45,3 @@ popd

rm -rf solana_program_library
rm -rf metaplex_program_library

0 comments on commit ff389cc

Please sign in to comment.