This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Building the Collator builds all the Polkadot runtimes. #175
Labels
I9-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
When building the test collator with
cargo build --release -p rococo-validator
, all polkadot runtimes are built. For example it buildskusama-runtime
,westend-runtime
,polkadot-test-runtime
, etc.This is harmless in terms of correctness, but it adds a lot of build time.
The text was updated successfully, but these errors were encountered: