This reverts commit 34344982a9
.
This commit is contained in:
@ -19,9 +19,9 @@ CRATES=(
|
||||
metrics
|
||||
client
|
||||
drone
|
||||
instruction-processors/{budget_api,config_api,storage_api,token_api,vote_api}
|
||||
programs/{budget_api,config_api,storage_api,token_api,vote_api}
|
||||
runtime
|
||||
instruction-processors/{budget,bpf_loader,config,vote,storage,token,vote}
|
||||
programs/{budget,bpf_loader,config,vote,storage,token,vote}
|
||||
vote-signer
|
||||
core
|
||||
fullnode
|
||||
|
@ -56,7 +56,7 @@ _ cargo +$rust_nightly bench --manifest-path core/Cargo.toml ${V:+--verbose} \
|
||||
-- -Z unstable-options --format=json | tee -a "$BENCH_FILE"
|
||||
|
||||
# Run bpf benches
|
||||
_ cargo +$rust_nightly bench --manifest-path instruction-processors/bpf/Cargo.toml ${V:+--verbose} --features=bpf_c \
|
||||
_ cargo +$rust_nightly bench --manifest-path programs/bpf/Cargo.toml ${V:+--verbose} --features=bpf_c \
|
||||
-- -Z unstable-options --format=json --nocapture | tee -a "$BENCH_FILE"
|
||||
|
||||
|
||||
|
@ -37,7 +37,7 @@ test-stable-perf)
|
||||
Cargo.toml$ \
|
||||
ci/test-stable-perf.sh \
|
||||
ci/test-stable.sh \
|
||||
^instruction-processors/ \
|
||||
^programs/ \
|
||||
^sdk/ \
|
||||
|| {
|
||||
annotate --style info \
|
||||
@ -46,10 +46,10 @@ test-stable-perf)
|
||||
}
|
||||
|
||||
# BPF program tests
|
||||
_ make -C instruction-processors/bpf/c tests
|
||||
_ instruction-processors/bpf/rust/noop/build.sh # Must be built out of band
|
||||
_ make -C programs/bpf/c tests
|
||||
_ programs/bpf/rust/noop/build.sh # Must be built out of band
|
||||
_ cargo +"$rust_stable" test \
|
||||
--manifest-path instruction-processors/bpf/Cargo.toml \
|
||||
--manifest-path programs/bpf/Cargo.toml \
|
||||
--no-default-features --features=bpf_c,bpf_rust
|
||||
|
||||
# Run root package tests with these features
|
||||
|
Reference in New Issue
Block a user