bump rust-bpf-sysroot to v0.14 (#15040)

This commit is contained in:
Jack May 2021-02-03 02:43:38 -08:00 committed by GitHub
parent 87815ae1fd
commit 286e4d6924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ if [[ ! -e rust-bpf-$machine-$version.md || ! -e rust-bpf-$machine ]]; then
fi
# Install Rust-BPF Sysroot sources
version=v0.13
version=v0.14
if [[ ! -e rust-bpf-sysroot-$version.md || ! -e rust-bpf-sysroot ]]; then
(
set -e