-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
A failure in the middle of the build may be caused by build parallelism (enabled by default). #26507
Comments
@anajera05 Can you give more context on the error? What package was this building? If there's a link to the logs, that would be helpful too. |
If this helps, I found trace of this error message in |
With the help of ocaml/setup-ocaml#861 I understand it is not always simple to anticipate which architecture is going to be used when choosing an OS by name on GitHub workflow actions. It seems there are going to be instances where this message is not that helpful in that it may take the attention away from what may be an actual build incompatibility, which does not relate to build parallelism. For example, in the log I linked, I now see: # C:/mingw64/x86_64-w64-mingw32/include/_mingw.h:271:2: error: #error Only Win32 target is supported!
# 271 | #error Only Win32 target is supported!
# | ^~~~~ |
Continues to fail with
|
The text was updated successfully, but these errors were encountered: