Re-enable move in docker-solana (#10214)

This commit is contained in:
Jack May 2020-05-24 23:51:37 -07:00 committed by GitHub
parent 156387aba4
commit 27e3ee8799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ fi
cd "$(dirname "$0")"
rm -rf usr/
../../ci/docker-run.sh "$rust_stable_docker_image" \
scripts/cargo-install-all.sh sdk/docker-solana/usr
scripts/cargo-install-all.sh --use-move sdk/docker-solana/usr
cp -f ../../run.sh usr/bin/solana-run.sh