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

Split Github Action CI for each target platform #17

Open
rtk0c opened this issue Nov 14, 2024 · 0 comments
Open

Split Github Action CI for each target platform #17

rtk0c opened this issue Nov 14, 2024 · 0 comments

Comments

@rtk0c
Copy link
Collaborator

rtk0c commented Nov 14, 2024

Currently Linux, Windows, and macOS builds are run in sequence in the same action. This speeds up CI speed a lot (70% of our time is spent in initializing npm and go) but makes a platform-specific error in, for example Linux, to shortcircuit the action immediately.

It is up to debate which way it should be. Since there is no CGO or other platform-specific code involved currently, the benefit here is quite low. It may have in the future.

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