Skip to content
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

frequent package rebuilds (slow and wasteful) #30

Open
ongardie opened this issue Sep 21, 2022 · 0 comments
Open

frequent package rebuilds (slow and wasteful) #30

ongardie opened this issue Sep 21, 2022 · 0 comments

Comments

@ongardie
Copy link
Owner

Currently, packages are rebuilt often for no good reason. They don't really have a sense of when their inputs changed meaningfully. There's no distinction between:

  • packaging up the same exact thing,
  • packaging up a thing that's equivalent but has a fresher cache,
  • packaging up a new thing that's really not that different for downstream, and
  • packaging up a new thing that's critically different for downstream (like a security fix).

They also have no good way of maintaining caches when their inputs do change, so they redo most or all of their work when that happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant