-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Compiling fails on arm(64) #21
Comments
Apologies for the delay, bit of a hectic week around here. I’m not sure what’s going wrong. I have updated the dependencies on the main branch which updates syn to a newer version. Can you try building from git and see if that works? |
Thank you, no apologies please. :) I'll try another build and tell you the outcome. |
It seems like everything except arm64 compiles. It took quite long and after searching through the log, I saw this error again and canceled the workflow. I wonder why it hasn't been canceled after the error occured... But, due to the long runtime it seems like the other arm builds were successful.
Thank you. |
This looks like a rustc bug, because rustc is exiting with a segfault. So here's some questions that might help diagnose the issue:
I tried cross-compiling to |
Thanks for your questions!
As all this rust stuff is new to me, I hope I've answered your questions properly. |
Hello and thanks for dnsi.
I am currently facing issues while compiling dnsi for arm(64) in a
GitHub workflow
.Workflow run log:
The relevant part of the
Dockerfile
:I can't tell you if it would fail for armv6/v7 too right now. The i386 and amd64 are compiling without issues.
Link to full log
GitHub project
Thank you.
The text was updated successfully, but these errors were encountered: