Closed
Conversation
55b54bb to
6247dbc
Compare
70c069b to
27c7a62
Compare
5 tasks
27c7a62 to
92a6c0b
Compare
6247dbc to
e2473d3
Compare
92a6c0b to
8f44772
Compare
e2473d3 to
d4c16e0
Compare
8f44772 to
45d415d
Compare
cc92560 to
fe65b3e
Compare
d5713be to
f1d4ed4
Compare
dc610c8 to
82439e6
Compare
Also update setuptools to 80.9.0 while we are at full rebuilds with python 3.13
fixes crossenv broken
Relevant upstream commit python/cpython@1f8b24e Also apply this same fix in host build of python as cross-python uses it's own cutils instead of what we have built for target in our cross builds.
…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
Needed to fix hardcoded python version in find_package for Boost.Python. Needed to fix builds for ledger
The libxml2-python subpackage needs to be rebuilt
%ci:free-disk
0610bf1 to
6519baf
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