Disable move more

This commit is contained in:
Michael Vines
2020-04-28 12:37:46 -07:00
parent 6e42989309
commit f5aaf7ff28
2 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ echo --- Creating release tarball
export CHANNEL
source ci/rust-version.sh stable
scripts/cargo-install-all.sh +"$rust_stable" --use-move solana-release
scripts/cargo-install-all.sh +"$rust_stable" solana-release
tar cvf solana-release-$TARGET.tar solana-release
bzip2 solana-release-$TARGET.tar