* Add cargo-build-bpf (cherry picked from commit07a853d6cc
) * Remove do.sh (cherry picked from commit61be155413
) Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
5
cargo-build-bpf
Executable file
5
cargo-build-bpf
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
here=$(dirname "$0")
|
||||
set -x
|
||||
exec cargo run --manifest-path $here/sdk/cargo-build-bpf/Cargo.toml -- --bpf-sdk $here/sdk/bpf "$@"
|
Reference in New Issue
Block a user