Add BPF Rust noop example (#316)

This commit is contained in:
Jack May
2019-05-10 14:16:35 -07:00
committed by Michael Vines
parent f7a02e54df
commit 4c4f5a0fb9
16 changed files with 605 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ before_install:
- sudo apt-get update
- sudo apt-get install -y clang-7 --allow-unauthenticated
- clang-7 --version
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- PATH=$HOME/.cargo/bin:$PATH
- rustup --version
@@ -31,6 +31,7 @@ script:
- npm run lint
- npm run codecov
- make -C examples/bpf-c-noop/
- ./examples/bpf-rust-noop/build.sh
- npm run localnet:update
- npm run localnet:up
- npm run examples