feat: replace local index server with uv flat index - #1131
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
*incomplete and work-in-progress* `uv` supports flat indexes, which are local directories that contain a bunch of wheel files. Experiment if it is possible to replace our custom wheel server with flat indexes. We would not need to spin up a web server, symlink files, and uv could directly access the files from disk. See: https://docs.astral.sh/uv/concepts/indexes/#flat-indexes Signed-off-by: Christian Heimes <cheimes@redhat.com>
|
This pull request has merge conflicts that must be resolved before it can be merged. |
Pull Request Description
What
incomplete and work-in-progress
uvsupports flat indexes, which are local directories that contain a bunch of wheel files. Experiment if it is possible to replace our custom wheel server with flat indexes. We would not need to spin up a web server, symlink files, and uv could directly access the files from disk.See: https://docs.astral.sh/uv/concepts/indexes/#flat-indexes