-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fails to compile on GitHub Mac runners (incompatible architecture) #50
Comments
I don't have any box running macOS anymore. Maybe compiling with |
How do you mean? As FLAGS or something? The simplistic version failed https://github.com/ndmitchell/neil/actions/runs/9044841141/job/24853934290 (I don't have a Mac either, but the github runners seem to have upgraded themselves) |
Something like |
Maybe the same flags must be passed to the linker? |
I've pushed a change to acknowledge the passed |
I fixed this with #51. But now it segfaults, see https://github.com/ndmitchell/neil/actions/runs/10549668929/job/29224963531:
I suspect solving this without access to a real machine is probably infeasible. |
Yes, unfortunately I no longer have machines running macOS. I wonder if something like https://github.com/e-dant/watcher or the alternatives listed there could be a better replacement for fsatrace. Have you evaluated those? |
On a GitHub Mac runner I do:
But that fails with:
See https://github.com/ndmitchell/neil/actions/runs/9043421759/job/24851038411 for a complete trace.
The text was updated successfully, but these errors were encountered: