Skip to content

Commit

Permalink
Don't --use-move
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 28, 2020
1 parent 87827b2 commit 063f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/docker-solana/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
cd "$(dirname "$0")"
rm -rf usr/
../../ci/docker-run.sh "$rust_stable_docker_image" \
scripts/cargo-install-all.sh --use-move sdk/docker-solana/usr
scripts/cargo-install-all.sh sdk/docker-solana/usr

cp -f ../../run.sh usr/bin/solana-run.sh

Expand Down

0 comments on commit 063f616

Please sign in to comment.