mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
GH-127429: fix sysconfig data generation on cross-builds (#127430)
This commit is contained in:
parent
e2713409cf
commit
2950bc50af
6 changed files with 49 additions and 20 deletions
2
.github/workflows/jit.yml
vendored
2
.github/workflows/jit.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
|
||||
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
|
||||
# This is a bug in the macOS runner image where the pre-installed Python is installed in the same
|
||||
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
|
||||
# directory as the Homebrew Python, which causes the build to fail for macos-13. This line removes
|
||||
# the symlink to the pre-installed Python so that the Homebrew Python is used instead.
|
||||
- name: Native macOS
|
||||
if: runner.os == 'macOS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue