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

@@ -12,8 +12,12 @@ if [[ -d target/perf-libs ]]; then
exit 1
fi
set -x
git clone git@github.com:solana-labs/solana-perf-libs.git target/perf-libs
cd target/perf-libs
make -j"$(nproc)"
make DESTDIR=. install
(
set -x
git clone git@github.com:solana-labs/solana-perf-libs.git target/perf-libs
cd target/perf-libs
make -j"$(nproc)"
make DESTDIR=. install
)
./fetch-perf-libs.sh