Remove libstd statics to eliminate .bss (#6134)

automerge
This commit is contained in:
Jack May 2019-09-26 17:38:08 -07:00 committed by Grimes
parent 57dc46fcfe
commit a09cf1470a
1 changed files with 1 additions and 1 deletions

View File

@ -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