-
Notifications
You must be signed in to change notification settings - Fork 51
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
github actions ubuntu 24 can't build aws-lc #474
Comments
It appears our build script detected that your compiler is affected by this bug. You can see the build logic for detecting that bug here. The program we compiler/run to detect this bug is memcmp_invalid_stripped_check.c. Do you know which compiler is being used for this build? (I don't see it listed in the output.) |
These are installed on the image:
CC and CXX are not set so i think ubuntu defaults to gcc also for reference: |
Rust's cc crate appears to use the |
Another step that might help us diagnose the issue would be to set |
seems to be gcc |
Are you also having build failures when setting |
I can't reproduce it even without setting that atm. Something else must have updated and fixed it or something |
Problem:
github actions with ubuntu 24.04 trying to build aws-lc-sys v0.20.1 fails
Relevant details
AWS-LC for Rust versions or commit: (6b1bce0...)
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: