-
Notifications
You must be signed in to change notification settings - Fork 23
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
Race condition in parallel builds #34
Comments
I should add that I have seen this both with upstream git and with the released 2.4 tarball. |
Would you mind to do a PR? |
At the moment I can't even build it:
It seems like "eio" is supposed to be optional, but for some reason that isn't working. Dune is a weird build system that I don't understand, so I didn't get any further. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this from time to time. It's not very repeatable but it seems to happen on machines with more but slower cores:
Here's an example failure with full log on an aarch64 machine:
https://koji.fedoraproject.org/koji/taskinfo?taskID=76860771
The unsatisfactory workaround is to use
dune build -j 1
The text was updated successfully, but these errors were encountered: