Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enabled polkadot-parachain build for runtime-benchmarks, e.g.:
`cargo build --locked --profile=production -p polkadot-parachain-bin --features runtime-benchmarks`
  • Loading branch information
bkontur committed Mar 15, 2023
commit 2c769386c75c68d096ce5c24684148462d612e37
8 changes: 8 additions & 0 deletions polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ runtime-benchmarks = [
"statemint-runtime/runtime-benchmarks",
"statemine-runtime/runtime-benchmarks",
"westmint-runtime/runtime-benchmarks",
"bridge-hub-rococo-runtime/runtime-benchmarks",
"bridge-hub-kusama-runtime/runtime-benchmarks",
"bridge-hub-polkadot-runtime/runtime-benchmarks",
"collectives-polkadot-runtime/runtime-benchmarks",
"rococo-parachain-runtime/runtime-benchmarks",
"contracts-rococo-runtime/runtime-benchmarks",
"contracts-rococo-runtime/runtime-benchmarks",
"penpal-runtime/runtime-benchmarks",
]
try-runtime = [
"statemint-runtime/try-runtime",
Expand Down