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

Parallelize build #4

Closed
cnixbtc opened this issue Apr 16, 2023 · 1 comment
Closed

Parallelize build #4

cnixbtc opened this issue Apr 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@cnixbtc
Copy link
Contributor

cnixbtc commented Apr 16, 2023

Currently, running the workflow takes about an hour. We could parallelize building the binaries for the different architectures by running them in separate jobs in parallel.

This would probably improve build speed quite a lot. To do this, we would need separate make targets for each architecture instead of building them all one after each other like we do now.

See here for how to share build artifacts between jobs.

@cnixbtc cnixbtc added the enhancement New feature or request label Apr 16, 2023
@cnixbtc
Copy link
Contributor Author

cnixbtc commented Jan 22, 2024

Closing in favor of #11 (the main repo already has this optimization).

@cnixbtc cnixbtc closed this as completed Jan 22, 2024
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