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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: