[question] Parallel jobs and independent caches
- Dominant language
- Python
- Stars
- 9.5k
- Forks
- 1.1k
- Avg merge
- 3d 32m
- Merged PRs (30d)
- 18
Description
### What is your question?
Dear Conan Folks,
First of all Happy New Year!
I have a question, in the documentation I have read: " that the cache is still not concurrent, so parallel jobs or tasks should use independent caches."
If I have a package with multiple platform and variant combination and if I run these cobinations parallely on CI infrastructure(using seperate caches), how shall I collect and upload all the different combinations together?
Right now, I do them sequentially, and so it takes time but its easy to upload.
Is there an example that I can follow ?
Thanks!
Br,
Maitrey
### Have you read the CONTRIBUTING guide?
- [X] I've read the CONTRIBUTING guide
Contributor guide
Assessment
This issue has not been assessed yet.