Closed
Conversation
e28b038 to
b43981f
Compare
7505944 to
22315c8
Compare
b43981f to
8a0acfd
Compare
22315c8 to
27e73f7
Compare
55b54bb to
6247dbc
Compare
adeab3a to
ec2c0c2
Compare
5 tasks
6247dbc to
e2473d3
Compare
ec2c0c2 to
ad83da5
Compare
e2473d3 to
d4c16e0
Compare
ad83da5 to
8587de8
Compare
8587de8 to
758f2a3
Compare
d2d431d to
efe3359
Compare
4bc8510 to
81bced8
Compare
…roid api version `python -m build` builds android wheels as android_$TERMUX_ARCH.whl but pip during installation expects it to be android_$TERMUX_API_LEVEL_$TERMUX_ARCH.whl so we need make sure that it is installable without renaming the wheel
[[TODO: add more descriptive commit message]]
ac_cv_func_getlogin_r=no is needed to ensure that it doesn't try to use getlogin_r on Android during on-device builds. Although I have enabled on-device builds, I don't see any point in keeping this as the same version of python needs to be available for building the same version of python. Pretty much defeats the purpose unless you are rebuilding with some changes for the same minor version
b6adcdd to
545ea1f
Compare
lldb package has python bindings that need to be rebuilt with python update. Also remove PYTHON_EXECUTABLE passed to CMake, as it's not used during generation
The libxml2-python subpackage needs to be rebuilt
%ci:free-disk
545ea1f to
4c3b840
Compare
Member
Author
|
Merged in #27739 |
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.
Seems like the CI isn't picking up changes in dockerfile.
The base branch has been set to master for the CI to kick in properly. But this PR is supposed to be based against python313 branch