Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Enabled polkadot-parachain build for runtime-benchmarks, e.g.: (#…
Browse files Browse the repository at this point in the history
…2324)

`cargo build --locked --profile=production -p polkadot-parachain-bin --features runtime-benchmarks`
  • Loading branch information
bkontur authored Mar 15, 2023
1 parent d640f13 commit 0c107ab
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 0c107ab

Please sign in to comment.