Allow passing --jobs
to ci
to prevent OOM on home machines
#16051
Labels
A-Build-System
Related to build systems or continuous integration
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
Home machines does not have the same amount as the machines that run CI on GitHub, or maybe it is because the machines that run CI on GitHub have a small amount of CPUs, so running
cargo run -p ci -- doc
may cause OOM.What solution would you like?
Allow passing
--jobs
intoci
(cargo run -p ci -- doc --jobs n
) to decrease parallelism and prevent OOM.The text was updated successfully, but these errors were encountered: