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

Commit

Permalink
make ci fail yet yet again without self-dev-utils-flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 4, 2023
1 parent 59bd2b7 commit e31e677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poh-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ solana-entry = { workspace = true }
solana-logger = { workspace = true }
solana-measure = { workspace = true }
solana-perf = { workspace = true }
solana-sdk = { workspace = true }
solana-sdk = { workspace = true, features = ["dev-context-only-utils"] }
solana-version = { workspace = true }

[package.metadata.docs.rs]
Expand Down
1 change: 1 addition & 0 deletions scripts/check-dev-context-only-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ source ci/rust-version.sh nightly
declare tainted_packages=(
"solana-banking-bench"
"solana-banking-bench2"
"solana-poh-bench"
)

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

0 comments on commit e31e677

Please sign in to comment.