Only activate legacy program feature for the solana-sdk crate

This commit is contained in:
Michael Vines
2020-10-23 00:46:30 -07:00
parent fe68f7f786
commit 85c51f5787
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ test-stable)
;;
test-stable-perf)
# BPF solana-sdk legacy compile test
./cargo-build-bpf --manifest-path sdk/Cargo.toml --no-default-features --features program
./cargo-build-bpf --manifest-path sdk/Cargo.toml
# BPF program tests
_ make -C programs/bpf/c tests