GHA/non-native: revert to bare builds for Android 21#16832
Closed
vszakats wants to merge 2 commits intocurl:masterfrom
Closed
GHA/non-native: revert to bare builds for Android 21#16832vszakats wants to merge 2 commits intocurl:masterfrom
vszakats wants to merge 2 commits intocurl:masterfrom
Conversation
pps83
pushed a commit
to pps83/curl
that referenced
this pull request
Apr 26, 2025
vcpkg requires Android 28 by default after a recent update that's being deployed onto CI runs (with `libiconv:[email protected]#1`). Revert to bare, no-ssl, no-psl configuration for Android 21 jobs to make them work again. Bug: curl#16824 (comment) Ref: microsoft/vcpkg#44424 (comment) Closes curl#16832
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vcpkg requires Android 28 by default after a recent update that's being
deployed onto CI runs (with
libiconv:[email protected]#1).Revert to bare, no-ssl, no-psl configuration for Android 21 jobs to make
them work again.
Bug: #16824 (comment)
Ref: microsoft/vcpkg#44424 (comment)
Details via microsoft/vcpkg#44424 (comment):
Possibly this update to libiconv seems to be causing curl CI to fail with Android 21 with both automake and cmake.
Fail: https://github.com/curl/curl/actions/runs/14068719562/job/39397546570?pr=16824
Good: https://github.com/curl/curl/actions/runs/14064094782/job/39382024805 (from a few hours ago, without this vcpkg update)
automake no longer detects openssl due to:
https://github.com/curl/curl/actions/runs/14068719562/job/39397546570?pr=16824#step:9:2590
cmake fails to link due to missing symbols:
https://github.com/curl/curl/actions/runs/14068719562/job/39397547265?pr=16824#step:11:85