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

convert {apkbuild, gem, python}: make concurrent generation pipeline #705

Open
Dentrax opened this issue Sep 20, 2023 · 0 comments
Open

Comments

@Dentrax
Copy link
Contributor

Dentrax commented Sep 20, 2023

Melange currently fetch dependencies in order then bulk create all of the manifests. This resulting longer build times (10 to 30m, depends on dep count).

I'd be nice to create a concurrent worker pipeline that do fetch, parse, generate, write, respectively.

By taking advantage of concurrency, we can aim to generate lots of packages just under a minute.

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