Skip to content

Commit

Permalink
Fix runtime benchmarks build
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Mar 23, 2022
1 parent f9e7066 commit 976ebf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ full = [
"sc-service/db",
"robonomics-rpc",
"frame-benchmarking",
"cumulus-client-cli",
# "robonomics-cli",
]

Expand All @@ -154,6 +155,7 @@ zero = [
"vergen",
"clap",
"clap_complete",
"cumulus-client-cli",
# "robonomics-cli",
]

Expand Down Expand Up @@ -183,7 +185,6 @@ parachain = [
"cumulus-relay-chain-interface",
"cumulus-relay-chain-rpc-interface",
"cumulus-relay-chain-inprocess-interface",
"cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-network",
"cumulus-client-service",
Expand All @@ -208,6 +209,7 @@ ros = []
## Enable runtime benchmarking.
runtime-benchmarks = [
"local-runtime/runtime-benchmarks",
"cumulus-client-cli",
"frame-benchmarking-cli",
"frame-benchmarking",
"pallet-robonomics-datalog/runtime-benchmarks",
Expand Down

0 comments on commit 976ebf8

Please sign in to comment.