python-wheel-build / fromager

Build your own wheels
https://fromager.readthedocs.io/en/latest/
Apache License 2.0
7 stars 11 forks source link

use a wheel server as a cache for bootstrapping #502

Closed shubhbapna closed 1 week ago

shubhbapna commented 1 week ago

fixes #449 fixes #450

By using a cache wheel server url, fromager can download already built wheels as and when needed to speed up the bootstrapping process by avoiding to actually build those wheels. Plus, if those wheels were built by fromager itself, then it can extract the build requirements files from it instead of recomputing them again.