if a package was freshly built with the --build=missing I want to cache the package into our local artifactory server
For instance, the build of grpc 32 bit that our jenkins is performing takes 40-60 minutes, and we want to only run it once for a given version of grpc
Any way to achieve this?
The
package-listfeature can capture the result of a build, create a list of packages that can be provided to theconan uploadcommand.Something like:
More details in https://blog.conan.io/2023/06/28/Conan-bulk-package-operations.html