You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: