Enabled polkadot-parachain build for runtime-benchmarks, e.g.: (#2324)

`cargo build --locked --profile=production -p polkadot-parachain-bin --features runtime-benchmarks`
This commit is contained in:
Branislav Kontur
2023-03-15 15:21:04 +01:00
committed by GitHub
parent a59afc88d5
commit 583223c275
+8
View File
@@ -107,6 +107,14 @@ runtime-benchmarks = [
"statemint-runtime/runtime-benchmarks", "statemint-runtime/runtime-benchmarks",
"statemine-runtime/runtime-benchmarks", "statemine-runtime/runtime-benchmarks",
"westmint-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 = [ try-runtime = [
"statemint-runtime/try-runtime", "statemint-runtime/try-runtime",