-
Notifications
You must be signed in to change notification settings - Fork 54
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
Compilation fails for release mode on powerpc64le-unknown-linux-gnu
#574
Comments
Thanks for reporting this issue. I apologize for the delayed response. I see that the C compiler for this build is "GNU 12.2.0". We have a CI job to build/test for One potential workaround for this issue is to set the
For example, we have a similar build issue for riscv in our CI, you can see our mitigation for it here: aws-lc-rs/.github/workflows/cross.yml Lines 61 to 67 in 5f19cae
We'll look into whether changes need to be made upstream in AWS-LC to correct this warning. |
aws-lc-rs v1.11.0 has now been released. We believe this release addresses the problem reported here. We will now close this issue. Feel free to re-open it (or open another) if you continue to see a problem after upgrading. Thanks again for reporting this issue! |
Thanks! |
Confirming that it works as needed. Thanks again. |
Problem:
Trying to compile MalwareDB v0.0.15 for
powerpc64le-unknown-linux-gnu
.Relevant details
AWS-LC for Rust version: aws-lc-sys-0.22.0
Rust: 1.82.0
System information: for linux, below info can be collected by running
uname -srvmp
Build log:
The text was updated successfully, but these errors were encountered: