Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
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
32 changes: 16 additions & 16 deletions node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,31 +174,31 @@ westend-native = [ "westend-runtime", "westend-runtime-constants", "polkadot-cli
rococo-native = [ "rococo-runtime", "rococo-runtime-constants", "polkadot-client/rococo" ]

runtime-benchmarks = [
"polkadot-runtime/runtime-benchmarks",
"kusama-runtime/runtime-benchmarks",
"westend-runtime/runtime-benchmarks",
"rococo-runtime/runtime-benchmarks"
"polkadot-runtime?/runtime-benchmarks",
"kusama-runtime?/runtime-benchmarks",
"westend-runtime?/runtime-benchmarks",
"rococo-runtime?/runtime-benchmarks"
]
try-runtime = [
"polkadot-runtime/try-runtime",
"kusama-runtime/try-runtime",
"westend-runtime/try-runtime",
"rococo-runtime/try-runtime",
"polkadot-runtime?/try-runtime",
"kusama-runtime?/try-runtime",
"westend-runtime?/try-runtime",
"rococo-runtime?/try-runtime",
]
fast-runtime = [
"polkadot-runtime/fast-runtime",
"kusama-runtime/fast-runtime",
"westend-runtime/fast-runtime",
"rococo-runtime/fast-runtime",
"polkadot-runtime?/fast-runtime",
"kusama-runtime?/fast-runtime",
"westend-runtime?/fast-runtime",
"rococo-runtime?/fast-runtime",
]

malus = ["full-node"]
runtime-metrics = [
"polkadot-client/runtime-metrics",
"rococo-runtime/runtime-metrics",
"westend-runtime/runtime-metrics",
"kusama-runtime/runtime-metrics",
"polkadot-runtime/runtime-metrics",
"rococo-runtime?/runtime-metrics",
"westend-runtime?/runtime-metrics",
"kusama-runtime?/runtime-metrics",
"polkadot-runtime?/runtime-metrics",
"polkadot-runtime-parachains/runtime-metrics"
]

Expand Down