feat: Download and upload conan packages in parallel (#2254)

This commit is contained in:
Ayaz Salikhov
2025-06-23 12:06:38 +01:00
committed by GitHub
parent bdaa04d1ec
commit 162b1305e0

View File

@@ -1 +1,3 @@
core.download:parallel={{os.cpu_count()}}
core.upload:parallel={{os.cpu_count()}}
tools.info.package_id:confs = ["tools.build:cflags", "tools.build:cxxflags", "tools.build:exelinkflags", "tools.build:sharedlinkflags"]