Add --use-move flag to cargo-install-all.sh and net/net.sh (#6670)

This commit is contained in:
TristanDebrunner
2019-11-01 07:53:30 -07:00
committed by GitHub
parent 2d67962c2f
commit e6c8bfd008
4 changed files with 56 additions and 23 deletions

View File

@ -68,7 +68,7 @@ echo --- Creating tarball
) > solana-release/version.yml
source ci/rust-version.sh stable
scripts/cargo-install-all.sh +"$rust_stable" solana-release
scripts/cargo-install-all.sh +"$rust_stable" --use-move solana-release
# Reduce the Windows archive size until
# https://github.com/appveyor/ci/issues/2997 is fixed