Skip to content

Commit

Permalink
fixed runtime-benchamrks build
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 3, 2024
1 parent 904248f commit 05ad898
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.0.29", features = ["derive"] }
parity-scale-codec = { version = "3.6.4", default-features = false, features = ["derive"] }
color-print = "0.3.4"
futures = "0.3.25"
getrandom = { version = "0.2", features = ["js"] }
getrandom = { version = "0.2", default-features = false, features = ["js"] }
hex-literal = "0.3.4"
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
Expand Down
6 changes: 3 additions & 3 deletions polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ wait-timeout = { workspace = true }
[features]
default = []
runtime-benchmarks = [
"try-runtime-cli/try-runtime",
"polkadot-service/runtime-benchmarks",
"integritee-runtime/runtime-benchmarks",
"shell-runtime/runtime-benchmarks",
"polkadot-cli/runtime-benchmarks",
"polkadot-service/runtime-benchmarks",
"shell-runtime/runtime-benchmarks",
"try-runtime-cli/try-runtime",
]
fast-runtime = [
"polkadot-service/fast-runtime",
Expand Down
3 changes: 3 additions & 0 deletions polkadot-parachains/integritee-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ std = [
"frame-system-rpc-runtime-api/std",
"frame-system/std",
"frame-try-runtime/std",
"getrandom/std",
"log/std",
"orml-traits/std",
"orml-xcm-support/std",
Expand Down Expand Up @@ -169,6 +170,7 @@ runtime-benchmarks = [
"frame-system-benchmarking/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"hex-literal",
"orml-xtokens/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-bounties/runtime-benchmarks",
"pallet-child-bounties/runtime-benchmarks",
Expand All @@ -188,6 +190,7 @@ runtime-benchmarks = [
"pallet-utility/runtime-benchmarks",
"pallet-vesting/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
"pallet-xcm-transactor/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",
"polkadot-runtime-common/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
Expand Down
1 change: 1 addition & 0 deletions polkadot-parachains/shell-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ std = [
"frame-support/std",
"frame-system-rpc-runtime-api/std",
"frame-system/std",
"getrandom/std",
"log/std",
"orml-traits/std",
"orml-xcm-support/std",
Expand Down

0 comments on commit 05ad898

Please sign in to comment.