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

Rebuilding stuff after SOME changes. #204

Open
fvalasiad opened this issue Aug 9, 2023 · 0 comments
Open

Rebuilding stuff after SOME changes. #204

fvalasiad opened this issue Aug 9, 2023 · 0 comments
Labels

Comments

@fvalasiad
Copy link
Collaborator

Say I am a distro maintainer.

I have a build server running builds all day, long builds, such as when you are building a browser such as firefox, good luck with that.

Good thing make(1) comes in handy by only recompiling everything you've changed, or everything that has changed since the previous release in said context. Build recorder can't keep up with that currently though, if you wanted to use it to deliver an SBOM with every package, you'd be in big trouble.

The question essentially boils down to, can we do anything about that? Could we perhaps introduce a functionality which modifies an existing build-recorder.out with new data by a given build? THAT would be interesting to see.

Of course that wouldn't be as simple as appending the two files together, since we'd have to bother and remove any instances or "nodes" of files OR processes that are no longer used.

Still interesting to explore in the future.

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

No branches or pull requests

1 participant