From c9c1564d26a27509466f6a05d99bfcb77092cbbe Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Tue, 6 Nov 2018 14:20:22 -0800 Subject: [PATCH] Fetch v0.10.5 perf libs (#1727) - includes SGX enclave for signing --- fetch-perf-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-perf-libs.sh b/fetch-perf-libs.sh index 0d12829a7..53ef54a35 100755 --- a/fetch-perf-libs.sh +++ b/fetch-perf-libs.sh @@ -15,7 +15,7 @@ mkdir -p target/perf-libs cd target/perf-libs ( set -x - curl https://solana-perf.s3.amazonaws.com/v0.10.4/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - + curl https://solana-perf.s3.amazonaws.com/v0.10.5/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - ) if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then