Revert "Rename programs to instruction_processors (#3789)" (#3824)

This reverts commit 34344982a9.
This commit is contained in:
Greg Fitzgerald
2019-04-17 15:05:49 -06:00
committed by GitHub
parent 083090817a
commit 51a2988bb2
93 changed files with 44 additions and 44 deletions

View File

@ -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

View File

@ -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"

View 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