-
Notifications
You must be signed in to change notification settings - Fork 64
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
FIPS build fails with cmake 4.0.0 on MacOS #764
Comments
I think this is caused by the following change from the CMake 4.0 changelog:
Most likely |
We could have a temporary workaround by manually specifying SDKROOT by running something like EDIT: Indeed I think this workaround fixes a different issue on Mac with cmake 4.0.0. I got the following error when having aws-lc-rs-fips-sys in my dependency
and the workaround fixes that. |
Hello! I have reproduced this issue on my Mac. It appears to only affect the build of I'll look into this and try to get patch out for it soon. Thanks for letting us know about this! ❤️ EDIT: You can set |
I updated the issue title to indicate that this problem affects the FIPS build. |
Problem:
This is a follow up to: #755
Building on MacOS with cmake 4.0.0 seems to not be working with the
fips
feature flag enabled. I can reproduce this using this repo by itself outside of my project.Full Build Output
Relevant details
AWS-LC for Rust versions or commit: 8ed1be8
System information: for linux, below info can be collected by running
uname -srvmp
Build log: See collapsible section above
The text was updated successfully, but these errors were encountered: