We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4014cde + 3973a63 commit 2918a78Copy full SHA for 2918a78
src/fromager/bootstrapper.py
@@ -500,6 +500,9 @@ def _download_prebuilt(
500
501
wheel_filename = wheels.download_wheel(req, wheel_url, self.ctx.wheels_prebuilt)
502
unpack_dir = self._create_unpack_dir(req, resolved_version)
503
+ # Update the wheel mirror so pre-built wheels are indexed
504
+ # and available to subsequent builds that need them as dependencies
505
+ server.update_wheel_mirror(self.ctx)
506
return (wheel_filename, unpack_dir)
507
508
def _look_for_existing_wheel(
0 commit comments