You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Building the runtimes takes a long time. I tried to build just one runtime for benchmark development, but couldn't figure out how to build only the runtime I wanted to benchmark.
I tried cargo build --release --no-default-features --features="runtime-benchmarks","polkadot-cli/kusama-native" but this still builds all runtimes. Maybe they are opted in by the runtime-benchmarks feature?
This can in the future be solved with Cargo's weak dependency feature that is currently only available in nightly.
nuke-web3
changed the title
Only building a subset of runtimes does not work.
Only building a subset of runtimes does not work with runtime-benchmarks feautre enabled
Oct 6, 2021
hirschenberger
changed the title
Only building a subset of runtimes does not work with runtime-benchmarks feautre enabled
Only building a subset of runtimes does not work with runtime-benchmarks feature enabled
Oct 7, 2021
Building the runtimes takes a long time. I tried to build just one runtime for benchmark development, but couldn't figure out how to build only the runtime I wanted to benchmark.
I tried
cargo build --release --no-default-features --features="runtime-benchmarks","polkadot-cli/kusama-native"
but this still builds all runtimes. Maybe they are opted in by theruntime-benchmarks
feature?Related matrix discussion
The text was updated successfully, but these errors were encountered: