Bump Rust-BPF to Rust 1.39 (#7420)

This commit is contained in:
Jack May
2019-12-10 22:27:14 -08:00
committed by GitHub
parent 8920ac02f6
commit 9e2ce1751b
3 changed files with 13 additions and 32 deletions

View File

@ -37,6 +37,7 @@ export RUSTFLAGS="
# Setup xargo
export XARGO_HOME="$bpf_sdk/dependencies/xargo"
export XARGO_RUST_SRC="$bpf_sdk/dependencies/rust-bpf-sysroot/src"
export RUST_COMPILER_RT_ROOT="$bpf_sdk/dependencies/rust-bpf-sysroot/src/compiler-rt"
cd "$1"
xargo build --target bpfel-unknown-unknown --release