fix: Update Rust-BPF example (#406)

This commit is contained in:
Jack May
2019-07-16 14:52:22 -08:00
committed by Michael Vines
parent 2e3c5e7820
commit 408e8e7500
6 changed files with 67 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ script:
- npm run lint
- npm run codecov
- make -C examples/bpf-c-noop/
- bpf-sdk/rust/build.sh examples/bpf-rust-noop
- examples/bpf-rust-noop/do.sh build
- npm run localnet:update
- npm run localnet:up
- npm run examples || true