mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
This change reduces the number of cores used to build and test, as using all cores may be contributing to occasional build and test failures. Co-authored-by: Bart Thomee <11445373+bthomee@users.noreply.github.com>
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
# Global configuration for Conan. This is used to set the number of parallel
|
|
# downloads and uploads.
|
|
core:non_interactive=True
|
|
core.download:parallel={{ os.cpu_count() }}
|
|
core.upload:parallel={{ os.cpu_count() }}
|