Add bench_streamer feature to inhibit building solana-bench-streamer by default
This program is not currently used in any automation and is fairly slow to build. Disabling it by default will speed incremental builds.
This commit is contained in:
@@ -12,8 +12,12 @@ _() {
|
||||
"$@"
|
||||
}
|
||||
|
||||
# bench_streamer is disabled by default to speed up dev builds, enable it
|
||||
# explicitly here to ensure it still passes clippy
|
||||
FEATURES=bench_streamer
|
||||
|
||||
_ cargo fmt -- --check
|
||||
_ cargo clippy -- --version
|
||||
_ cargo clippy -- --deny=warnings
|
||||
_ cargo clippy --features="$FEATURES" -- --deny=warnings
|
||||
|
||||
_ ci/audit.sh
|
||||
|
Reference in New Issue
Block a user