Skip to content
This repository was 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 Jun 30, 2023
1 parent 03edd18 commit fabfe49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions banking-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ solana-version = { workspace = true }

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

[features]
dev-utils = []
dev-utils-ci-marker = ["dev-utils"]
1 change: 1 addition & 0 deletions scripts/check-dev-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source ci/rust-version.sh nightly
# binaries.
declare -r dev_utils_feature="dev-utils"
declare dev_util_tainted_packages=(
"solana-banking-bench"
)

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

0 comments on commit fabfe49

Please sign in to comment.