Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets.#133184
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
!buildbot iOS |
bedevere-bot commentedApr 30, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commit767e668 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F133184%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
6e907c4
intopython:mainUh 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. |
…ts. (pythonGH-133184)Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets.(cherry picked from commit6e907c4)Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
GH-133234 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Ensures that
IPHONEOS_DEPLOYMENT_TARGET
is included in the target triple used by the iOS compiler shims.This is needed to ensure that an environment-provided
IPHONEOS_DEPLOYMENT_TARGET
isn't ignored (or superseded) by the "no min SDK version" implied by-target arm64-apple-ios
et al.