-
-
Notifications
You must be signed in to change notification settings - Fork 180
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 build on x86 #1468
Comments
I merged in that change with #1521 as it seems to be the only one needed (had a brief look at ptrace code to make sure registers etc look correct). I still haven't got CI to behave and needing OpenSSL versions for the target might complicate it further so fixing the CI is still a TODO |
Sorry for not getting back to this sooner, I'm still getting some errors with 0.30.0 on x86 musl:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/65625 |
So I think the solution is a bit more liberal sprinkling of I have pushed something to the |
Describe the bug
Opening this as a tracking issue, related to #1467 and https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/59413.
To Reproduce
Simply build for 32bit x86:
I didn't get around to fully port this yet, but one required change seems to be:
This wasn't caught earlier because tests for x86 secretly run on x86_64, see #1467.
Expected behavior
Builds on x86.
The text was updated successfully, but these errors were encountered: