Update examples to new SDK (#358)

This commit is contained in:
Jack May
2019-06-17 15:09:32 -07:00
committed by Michael Vines
parent 460e095a3c
commit 62d9bebaa3
13 changed files with 32 additions and 494 deletions

View File

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