-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a persistent worker for download actions #18
Comments
Could it use the Bazel downloader (repository_ctx.download) so that Bazel naturally uses its |
Using
Moving downloads to a repository context will require a same approach with |
Awesome, thank you for summarizing. I think what I'm really after from this repo is your TOML parser (well, Poetry lockfile parser to be precise, there's no promise that it correctly parses arbitrary files, just the subset Poetry actually uses.) I'd like to plug it together with |
As the pip cache is disabled a persistent downloader could potentially speed up builds by removing duplicated downloads of the same wheels for different Bazel configurations.
The text was updated successfully, but these errors were encountered: