Switch to perf-libs v0.10.6

This commit is contained in:
Michael Vines 2018-11-12 18:52:25 -08:00 committed by Grimes
parent 9e7b9487b0
commit aa7c741ec0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ mkdir -p target/perf-libs
cd target/perf-libs
(
set -x
curl https://solana-perf.s3.amazonaws.com/v0.10.5/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
curl https://solana-perf.s3.amazonaws.com/v0.10.6/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
)
if [[ -z "$CUDA_HOME" ]]; then