From 7c195da8504aaaf640003c88376ec47591c2e721 Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Wed, 24 Oct 2018 20:24:28 -0700 Subject: [PATCH] Fetch perf-libs with configurable packet size sig verify library uses passed in size directly to get packet size, so rust side can be modified without changing cuda library. --- 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 7821538da6a401..1be8c914a086f8 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.1/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - + curl https://solana-perf.s3.amazonaws.com/v0.10.2/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf - ) if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then