-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to deal with disappear-y packages #35
Comments
We have a generic tool in kubevirt: https://github.com/kubevirt/project-infra/tree/main/robots/cmd/uploader. It uploads all our dependencies to gce. In general it is multi-layered:
|
This obscure downloader feature could be an option to avoid the WORKSPACE rewriting: https://blog.aspect.dev/configuring-bazels-downloader |
That is a nice option. In general I like having them in the workspace, since that reflects where they are, and allows easy checking based on the WORKSPACE that dependencies are indeed mirrored. |
Fedora mirrors tend to remove outdated packages relatively quickly. Is there an established workflow for caching those to a mirror?
The text was updated successfully, but these errors were encountered: