Update rust example to use BPF enabled infrastructure (#2974)

This commit is contained in:
Jack May
2019-02-28 22:05:11 -08:00
committed by GitHub
parent 6b228df3df
commit b9524217fe
11 changed files with 173 additions and 183 deletions

View File

@ -51,7 +51,9 @@ test-stable-perf)
_ make -C programs/bpf/c tests
# Must be built out of band
_ make -C programs/bpf/rust/noop/ all
_ pushd programs/bpf/rust/noop
./build.sh
popd
_ cargo test --manifest-path programs/Cargo.toml --no-default-features --features="$PROGRAM_FEATURES"
_ cargo test --manifest-path programs/native/bpf_loader/Cargo.toml --no-default-features --features="$PROGRAM_FEATURES"