-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
gh-130025: Correct handling of symlinks during iOS testbed framework installation. #130026
Conversation
This needs to be tested on the iOS buildbot, but the buildbot is currently offline for maintenance. |
!buildbot iOS |
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 5ffdbf6 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Buildbot is back online (for now at least... there will likely be some more maintenance in the near future) - but I can at least confirm the testbed still works in CI with this change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (without actually testing)
Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ework installation. (pythonGH-130026) Correct handling of symlinks during iOS testbed framework installation. (cherry picked from commit 625470a) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
GH-130073 is a backport of this pull request to the 3.13 branch. |
Update Python to 3.14.0a5. Also includes: * python/cpython#130026 testbed symlink handling * LibFFI 3.4.7 * OpenSSL 3.0.16 * XZ 5.6.4
…ework installation. (python#130026) Correct handling of symlinks during iOS testbed framework installation.
…ed framework installation. (pythonGH-130026) (python#130073) Correct handling of symlinks during iOS testbed framework installation. (cherry picked from commit 625470a) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
@python/organization-owners Please block @mfxrhxn for abuse (see also #128450 (review)). I also reported them to GitHub. |
…ed framework installation. (pythonGH-130026) (python#130073) Correct handling of symlinks during iOS testbed framework installation. (cherry picked from commit 625470a) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…ed framework installation. (pythonGH-130026) (python#130073) Correct handling of symlinks during iOS testbed framework installation. (cherry picked from commit 625470a) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…d framework installation. (pythonGH-130026) (python#130073) Correct handling of symlinks during iOS testbed framework installation. (cherry picked from commit 625470a) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Corrects the handling of symlinks when the iOS testbed clones a new project:
source
are resolved before use in theclone
call.