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

Enabled polkadot-parachain build for runtime-benchmarks #2324

Merged
merged 1 commit into from
Mar 15, 2023
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
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