-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
openssl: add embed-bitcode if tools.apple:enable_bitcode is set #14580
Conversation
I detected other pull requests that are modifying openssl/1.x.x recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Doesn't watchOS also use this flag? |
Yes, it does. I'm not testing for watchOS, but as watchOS also uses this flag I will add it in the same case. Thanks! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d9cd1b6
to
fee9eda
Compare
@SpaceIm, @prince-chrismc could you please recheck this PR. It's adding bitcode for Apple builds. |
Conan v1 pipelineFailure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Specify library name and version: openssl/1.x.x and openssl/3.x.x.
Add
-fembed-bitcode
toCFLAGS
iftools.apple:enable_bitcode
is configured; only foriOS
andtvOS
.