-
Notifications
You must be signed in to change notification settings - Fork 453
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
[Android] Android get latest libs: curl,zlib,rappture #4747
Conversation
950df6c
to
11ce91b
Compare
11ce91b
to
1269743
Compare
Does this mean that OpenSSL3 now builds without any issue on Android x86? |
No. it still take the old openssl 1.1.1n. |
We still need your fix for openssl 3.0.3 for Android. |
If you want - you can implement this fix by yourself and don't wait for me. |
I didn't understand your fix, so it better you do it. Also, you can review my PR until you have time for your fix. |
There is an issue with this PR: every time you build binaries locally, vcpkg.json files are changed, and every time you need to remember to not commit these changes. |
Tell me the final thing you want to achieve. |
avoid commits unchanged files? |
We can't put them in ignore because then you have to remember to force add them when you change them (e.g. by setting a new version). I want to avoid errors as much as possible, and currently your solution will create errors later. As far as I see, this later will not be needed when OpenSSL 3 issue for Android x86 is fixed. So I'd not merge it at all for now. So maybe it's better to always keep the last committed value of 'builtin-baseline' and update it from the script on demand only by passing some specific parameter to build script? |
@AenBleidd When are you going to fix android openssl vcpkg? If it soon, there is no point to discuss. |
Hopefully this week. I have a lot of stuff I need to do after vacation. Let's see how it goes. |
Fix is provided and currently in review: microsoft/vcpkg#24801 |
We should wait for your fix. After that we can discuss. Also if your fix is delay we can discuss again. |
Android get latest libs: curl,zlib,rappture