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

Commit

Permalink
make ci pass with whitelisted dev-utils use as normal dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 4, 2023
1 parent 48ffcd0 commit 807becc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions banking-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ solana-version = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
dev-context-only-utils = []
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 @@ -29,6 +29,7 @@ source ci/rust-version.sh nightly
# reason to bend dev-context-only-utils's original intention and that listed
# package isn't part of released binaries.
declare tainted_packages=(
"solana-banking-bench"
)

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

0 comments on commit 807becc

Please sign in to comment.