Cleanup Rust BPF program building (#4318)

This commit is contained in:
Jack May
2019-05-16 17:35:42 -07:00
committed by GitHub
parent b3e45fd6b7
commit 9271ba0039
4 changed files with 61 additions and 62 deletions

View File

@ -47,7 +47,6 @@ test-stable-perf)
# BPF program tests
_ make -C programs/bpf/c tests
_ programs/bpf/rust/noop/build.sh # Must be built out of band
_ cargo +"$rust_stable" test \
--manifest-path programs/bpf/Cargo.toml \
--no-default-features --features=bpf_c,bpf_rust