GH-127429: fix sysconfig data generation on cross-builds (#127430)

This commit is contained in:
Filipe Laíns 🇵🇸 2024-12-02 07:12:36 +00:00 committed by GitHub
parent e2713409cf
commit 2950bc50af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 49 additions and 20 deletions

View file

@ -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'