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

Buildroot dependency resolution 2.0 #27

Open
asamalik opened this issue Sep 8, 2021 · 0 comments
Open

Buildroot dependency resolution 2.0 #27

asamalik opened this issue Sep 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@asamalik
Copy link
Collaborator

asamalik commented Sep 8, 2021

Build dependencies are currently resolved in an external service (dep-tracker because every SRPM (source package) needs to be rebuilt for all architectures. That's necessary because dependencies can vary across different architectures. And unlike with RPMs (binary packages), SRPMs are not distributed per-architecture, as their primary use case is to distribute the sources rather than provide dependency information.

Because the build dependencies are resolved by an external service , the results might be lagging even several hours. There's also currently no distinction between direct build dependencies and dependencies of build dependencies in on the package details page.

So I want to figure out how to optimise this situation.

@asamalik asamalik added the enhancement New feature or request label Sep 8, 2021
@asamalik asamalik self-assigned this Sep 8, 2021
@asamalik asamalik changed the title Optimise buildroot dependency resolution Buildroot dependency resolution 2.0 Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant