2019-05-10 14:16:35 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
|
2020-12-15 13:24:28 -08:00
|
|
|
cargo build-bpf --manifest-path=../../../examples/bpf-rust-noop/Cargo.toml
|
|
|
|
cp ../../../examples/bpf-rust-noop/target/deploy/solana_bpf_rust_noop.so .
|