Uh oh!
There was an error while loading. Please reload this page.
gh-146450: Ensure Android gradle build uses custom cross-build dir - #148319
Conversation
freakboy3742
commented
Apr 10, 2026
!buildbot android |
This comment was marked as outdated.
This comment was marked as outdated.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Malcolm Smith <smith@chaquo.com>
freakboy3742
commented
Apr 11, 2026
!buildbot android |
bedevere-bot
commented
Apr 11, 2026
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 030c9bd 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F148319%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Uh oh!
There was an error while loading. Please reload this page.
Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…dir (pythonGH-148319) Ensures that the testbed's Gradle configuration uses the cross-build environment variable, and that variable is passed to Gradle by the cross-build script. (cherry picked from commit b29afe6) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com> Co-authored-by: Malcolm Smith <smith@chaquo.com>
…dir (pythonGH-148319) Ensures that the testbed's Gradle configuration uses the cross-build environment variable, and that variable is passed to Gradle by the cross-build script. (cherry picked from commit b29afe6) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com> Co-authored-by: Malcolm Smith <smith@chaquo.com>
GH-148471 is a backport of this pull request to the 3.13 branch. |
GH-148470 is a backport of this pull request to the 3.14 branch. |
… dir (GH-148319) (#148471) Ensures that the testbed's Gradle configuration uses the cross-build environment variable, and that variable is passed to Gradle by the cross-build script. (cherry picked from commit b29afe6) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com> Co-authored-by: Malcolm Smith <smith@chaquo.com>
… dir (GH-148319) (#148470) Ensures that the testbed's Gradle configuration uses the cross-build environment variable, and that variable is passed to Gradle by the cross-build script. (cherry picked from commit b29afe6) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com> Co-authored-by: Malcolm Smith <smith@chaquo.com>
…s-build dir (python#148319)" This reverts commit b29afe6.
…dir (python#148319) Ensures that the testbed's Gradle configuration uses the cross-build environment variable, and that variable is passed to Gradle by the cross-build script. Co-authored-by: Malcolm Smith <smith@chaquo.com>
#146450 introduced the ability to customise the
cross-builddirectory (to aid with maintaining multiple Python version backports). The build script honors this setting, but doesn't guarantee that the gradle environment will also use the setting.