Include perf-libs in release tarball (#4422)

This commit is contained in:
Michael Vines
2019-05-24 09:28:52 -07:00
committed by GitHub
parent 2e251ccc5c
commit 8eac199e8b
4 changed files with 65 additions and 48 deletions

View File

@ -48,7 +48,7 @@ echo --- Creating tarball
COMMIT="$(git rev-parse HEAD)"
(
echo "channel: $CHANNEL"
echo "channel: $CHANNEL_OR_TAG"
echo "commit: $COMMIT"
echo "target: $TARGET"
) > solana-release/version.yml
@ -57,6 +57,9 @@ echo --- Creating tarball
scripts/cargo-install-all.sh +"$rust_stable" solana-release
./fetch-perf-libs.sh
mkdir solana-release/target
cp -a target/perf-libs solana-release/target/
# shellcheck source=/dev/null
source ./target/perf-libs/env.sh
(