-
Notifications
You must be signed in to change notification settings - Fork 3
Add tvOS Testbed. #11
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.14-patched
Are you sure you want to change the base?
Conversation
Also, note that this crashes with |
I asked this in general terms yesterday - PLEASE slow down. To be explicit - I'm going to ignore this pull request until #8 is completed. |
Entirely expected. This is just a very rough first draft -- and I'm expecting you to ignore it, until we sort out more stuff. Sorry for accidentally misclicking Ready for Review 1 minute before I sent this comment. |
FYI -- my intent is to make sure I do not lose the code that I stored in a separate working tree prior to starting Mac Catalyst does not get lost if my computer has a virus or something, so it's a draft PR on here. |
Ready for review. Will need to sort out test failures within the next few days. |
OK... how do you export a variable to sysconfigdata? TVOS_DEPLOYMENT_TARGET and WATCHOS_DEPLOYMENT_TARGET are not exported and that is what is causing one of the test failures. Also the defaults for gettting TVOS_DEPLOYMENT_TARGET is 9.0 but the default in build is 12.0. All of those are for sysconfig. |
dfc5b97
to
7926253
Compare
7926253
to
68b83a6
Compare
Add a tvOS testbed. This is currently failing with the latest stable release of Python Apple Support (w/ platform-config stripped) with (EDIT -- actually the result of #8 since I messed stuff up with my local files):
Also there's no
__main__.py
so far. EDIT: The logs is a bug in #8