-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Improve CI build performance by utilizing uv caching #2588
Labels
enhancement
Adding or requesting a new feature.
good first issue
Opportunity for newcoming contributors.
hacktoberfest
This is suitable for Hacktoberfest. Don’t try to spam.
help wanted
Extra attention is needed.
Comments
This issue seems to be a good fit for newbie contributors. You are welcome to contribute to Weblate! Don't hesitate to ask any questions you would have while implementing this. You can learn about how to get started in our contributors documentation. |
nijel
added a commit
to nijel/docker
that referenced
this issue
Nov 5, 2024
This removes need to build binary wheels repeatedly. Fixes WeblateOrg#2588
nijel
added a commit
to nijel/docker
that referenced
this issue
Nov 5, 2024
This removes need to build binary wheels repeatedly. Fixes WeblateOrg#2588
nijel
added a commit
to nijel/docker
that referenced
this issue
Nov 5, 2024
This removes need to build binary wheels repeatedly. Fixes WeblateOrg#2588
nijel
added a commit
to nijel/docker
that referenced
this issue
Nov 5, 2024
This removes need to build binary wheels repeatedly. Fixes WeblateOrg#2588
Thank you for your report; the issue you have reported has just been fixed.
|
1 similar comment
Thank you for your report; the issue you have reported has just been fixed.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Adding or requesting a new feature.
good first issue
Opportunity for newcoming contributors.
hacktoberfest
This is suitable for Hacktoberfest. Don’t try to spam.
help wanted
Extra attention is needed.
Describe the problem
The CI build could be optimized if built wheels could be reused because building of wheels like borgbackup or mercurial is what takes most of the time there.
Describe the solution you would like
uv
withRUN --mount type=cache
as descibed in https://github.com/moby/buildkit/blob/dockerfile/1.4.3/frontend/dockerfile/docs/syntax.md#run---mounttypecacheuv cache prune --ci
as described in https://docs.astral.sh/uv/guides/integration/github/#cachingDescribe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: