-
Notifications
You must be signed in to change notification settings - Fork 29
Debug a CI crash? #79
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
Conversation
Would indeed be good to have such an option, impressive stuff! Re errors, after last commit allowing LV 0.12, there are some in https://github.com/mcabbott/Tullio.jl/pull/79/checks?check_run_id=2158318303 from |
I'd appreciate that, especially if you have a workflow for it. Tullio's output isn't the easiest to navigate (neither is LV's, hard problem to avoid with metaprogramming). Any idea why that is? Both with native Julia and under Rosetta? |
Oh good point, I was seeing how far I could get without Rosetta, but with it, I can indeed run things. The extent of my workflow is to look at what With native Julia, I think the first hurdle is that HWloc.jl needs a library via BinaryBuilder. Have been meaning to learn a little how all that works, but haven't yet. I can download and build |
Ah. Do any BinaryBuilder packages work yet? Looking at the ARM issue, the most recent binary builder comment seems to imply they don't (i.e., they haven't been built for Apple ARM yet). |
None that I have tried work, at the moment. I don't understand whether they can be fixed piecemeal, or must wait for a global re-build. |
Merged but not quite fixed? E.g. https://github.com/mcabbott/Tullio.jl/pull/105/checks?check_run_id=2457882209
|
Re-enabling some things skipped in #57
Closes #73