-
Notifications
You must be signed in to change notification settings - Fork 102
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
Follow up on why the release action failed on macOS (0.6.13
)
#2912
Comments
#2913 was created to debug things a bit more. The build reliably fails on macOS with |
I have locally just upgraded to
So we have a repro. Prefixing the command with It also goes away if I reduce the 5 attributes to any 4 :-) Running |
$ nix --version
nix (Nix) 2.4 |
$ nix --version
nix (Nix) 2.8.1 The repro recipe seems to work okay.
Closing. |
We had a hiccup with the macOS-sided release action on GitHub. It failed with
See https://github.com/dfinity/motoko/runs/4264083664.
So a quick-fix was installed: #2911.
We have to find out where the problem lies and how to fix it for good.
We could also run the building part of the release action (without the upload) on each
master
branch build to get an early warning next time.The text was updated successfully, but these errors were encountered: