From c10b2e6cc0068112749f06a8b15949db919fd5c3 Mon Sep 17 00:00:00 2001 From: Jack May Date: Thu, 26 Sep 2019 13:27:33 -0700 Subject: [PATCH] Cleanup Rust BPF sysroot (#6124) --- sdk/bpf/scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 9ec2e2f7f4..97ff3b1669 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -80,7 +80,7 @@ if [[ ! -f llvm-native-$machine-$version.md ]]; then fi # Install Rust-BPF -version=v0.1.6 +version=v0.1.7 if [[ ! -f rust-bpf-$machine-$version.md ]]; then ( filename=solana-rust-bpf-$machine.tar.bz2 @@ -116,7 +116,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then fi # Install Rust-BPF Sysroot sources -version=v0.9 +version=v0.10 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( set -ex