In downstream, each variant and CPU architecture has its own build cache (GitLab PyPI registry). After a successful build, wheels are copied into a variant-wide cache in Pulp. Currently fromager only accepts a single --cache-wheel-server-url, so we cannot pull from both caches.
Make -c / --cache-wheel-server-url repeatable so multiple cache URLs can be specified. Caches are checked in order after the local wheel server (first match wins).
In downstream, each variant and CPU architecture has its own build cache (GitLab PyPI registry). After a successful build, wheels are copied into a variant-wide cache in Pulp. Currently fromager only accepts a single
--cache-wheel-server-url, so we cannot pull from both caches.Make
-c/--cache-wheel-server-urlrepeatable so multiple cache URLs can be specified. Caches are checked in order after the local wheel server (first match wins).