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

rebuild package on upstream package changes #10

Closed
v4hn opened this issue Sep 30, 2024 · 1 comment
Closed

rebuild package on upstream package changes #10

v4hn opened this issue Sep 30, 2024 · 1 comment

Comments

@v4hn
Copy link
Contributor

v4hn commented Sep 30, 2024

There is a long discussion (involving @jspricke 😁) on whether downstream packages should be/have to be rebuilt on package changes. As the OR build farm does it that way to account for potential breakage, it would be good to imitate that behavior.

As discussed with @rhaschke just now, this builder checks the package version available on the *-build repository and only builds a new package if that version is different from the one that would be generated in this run.
At that point in the process all potentially changed upstream packages are already built and available in the local action runner if they changed, so the only thing necessary would be to check whether any of the deb's in the local runner is a package dependency of the current package.

@rhaschke
Copy link
Member

Done: a59cb69

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

2 participants