Upgrade BPF sysroot to v0.4 (#4754)

This commit is contained in:
Jack May 2019-06-20 16:41:49 -07:00 committed by GitHub
parent e59b53dfa8
commit ace98bba08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then
fi
# Install Rust-BPF Sysroot sources
version=v0.3
version=v0.4
if [[ ! -f rust-bpf-sysroot-$version.md ]]; then
(
set -ex