Download and install SPL programs in run.sh/multinode-demo/docker (bp #11271) (#11275)

* Add --bpf-program argument

(cherry picked from commit 8eb6cbf784)

* Fetch and install SPL programs by default

(cherry picked from commit 3a1ca4efff)

* .sh

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-07-29 22:42:04 +00:00
committed by GitHub
parent 9aff121949
commit a264be1791
7 changed files with 127 additions and 3 deletions

View File

@@ -24,6 +24,11 @@ rm -rf usr/
scripts/cargo-install-all.sh --use-move sdk/docker-solana/usr
cp -f ../../run.sh usr/bin/solana-run.sh
cp -f ../../fetch-spl.sh usr/bin/
(
cd usr/bin
./fetch-spl.sh
)
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" .