Skip to content
Snippets Groups Projects
Unverified Commit c1238b64 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

pallet-revive: The fixtures are only required for benchmarking (#6385)

parent 86e1e386
No related merge requests found
Pipeline #504505 waiting for manual action with stages
in 47 minutes and 47 seconds
......@@ -40,7 +40,7 @@ frame-benchmarking = { optional = true, workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
pallet-balances = { optional = true, workspace = true }
pallet-revive-fixtures = { workspace = true, default-features = false }
pallet-revive-fixtures = { workspace = true, default-features = false, optional = true }
pallet-revive-uapi = { workspace = true, default-features = true }
pallet-revive-proc-macro = { workspace = true, default-features = true }
pallet-transaction-payment = { workspace = true }
......@@ -91,7 +91,7 @@ std = [
"log/std",
"pallet-balances?/std",
"pallet-proxy/std",
"pallet-revive-fixtures/std",
"pallet-revive-fixtures?/std",
"pallet-timestamp/std",
"pallet-transaction-payment/std",
"pallet-utility/std",
......@@ -121,6 +121,7 @@ runtime-benchmarks = [
"pallet-balances/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"pallet-proxy/runtime-benchmarks",
"pallet-revive-fixtures",
"pallet-timestamp/runtime-benchmarks",
"pallet-transaction-payment/runtime-benchmarks",
"pallet-utility/runtime-benchmarks",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment