-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC add section on debugging ARM64 problems #18033
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @ogrisel, LGTM though I haven't reproduced the steps!
Thanks @ogrisel . Maybe not put it under "advanced installation instructions" but rather "Developers’ Tips and Tricks", as it's not really about installing on ARM64, but rather how to emulate ARM on x86_64. And also maybe replacing Another comment is that instructions for ppc64le are essentially the same after a change of the docker image arch and miniforge download link. So maybe
we also get a fair amount of ppc64le issues |
@rth good points. PR updated accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
New section to explain how to debug ARM64 related stuff on a traditional x64_64 machine using QEMU, docker and miniforge.
This is indenpendent of the CI config at #17996 but a good complement for local dev and debugging.
/cc @rth @glemaitre and @thomasjpfan.