Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 709f03d

Browse files
committed
make ci fail yet yet again without self-dev-utils-flagging
1 parent dafe459 commit 709f03d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poh-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ solana-entry = { workspace = true }
1818
solana-logger = { workspace = true }
1919
solana-measure = { workspace = true }
2020
solana-perf = { workspace = true }
21-
solana-sdk = { workspace = true }
21+
solana-sdk = { workspace = true, features = ["dev-utils"] }
2222
solana-version = { workspace = true }
2323

2424
[package.metadata.docs.rs]

scripts/check-dev-utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ declare -r dev_utils_feature="dev-utils"
3030
declare dev_util_tainted_packages=(
3131
"solana-banking-bench"
3232
"solana-banking-bench2"
33+
"solana-poh-bench"
3334
)
3435

3536
# convert to comma separeted (ref: https://stackoverflow.com/a/53839433)

0 commit comments

Comments
 (0)