Use LLVM's C builtins for BPF (#5717)

This commit is contained in:
Jack May
2019-08-28 17:19:40 -07:00
committed by GitHub
parent f41fb7d772
commit 2803eb0d72
3 changed files with 44 additions and 11 deletions

View File

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