Update Rust-BPF Sysroot (#5122)

This commit is contained in:
Jack May 2019-07-16 07:42:22 -08:00 committed by GitHub
parent 5ab4975c44
commit 176cec6215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.6
version=v0.7
if [[ ! -f rust-bpf-sysroot-$version.md ]]; then
(
set -ex