From 2c769386c75c68d096ce5c24684148462d612e37 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 15 Mar 2023 14:36:51 +0100 Subject: [PATCH] Enabled `polkadot-parachain` build for `runtime-benchmarks`, e.g.: `cargo build --locked --profile=production -p polkadot-parachain-bin --features runtime-benchmarks` --- polkadot-parachain/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/polkadot-parachain/Cargo.toml b/polkadot-parachain/Cargo.toml index d12e49caf24..261fff6d9f8 100644 --- a/polkadot-parachain/Cargo.toml +++ b/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",