From a09cf1470aec38e14e7700c84492c9de59a0728c Mon Sep 17 00:00:00 2001 From: Jack May Date: Thu, 26 Sep 2019 17:38:08 -0700 Subject: [PATCH] Remove libstd statics to eliminate .bss (#6134) automerge --- sdk/bpf/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 97ff3b1669..57218d25ac 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -116,7 +116,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then fi # Install Rust-BPF Sysroot sources -version=v0.10 +version=v0.11 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( set -ex