From 583223c275b4b77457d630e9a00ec0f1f235aee7 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 15 Mar 2023 15:21:04 +0100 Subject: [PATCH] Enabled `polkadot-parachain` build for `runtime-benchmarks`, e.g.: (#2324) `cargo build --locked --profile=production -p polkadot-parachain-bin --features runtime-benchmarks` --- cumulus/polkadot-parachain/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index d12e49caf2..261fff6d9f 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -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",