mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.12] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127394)
This commit is contained in:
parent
fc6c2de6de
commit
fc0564b365
1 changed files with 4 additions and 1 deletions
5
.github/workflows/reusable-macos.yml
vendored
5
.github/workflows/reusable-macos.yml
vendored
|
|
@ -36,7 +36,10 @@ jobs:
|
|||
path: config.cache
|
||||
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
|
||||
- name: Install Homebrew dependencies
|
||||
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
|
||||
run: |
|
||||
brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
|
||||
# Because alternate versions are not symlinked into place by default:
|
||||
brew link tcl-tk@8
|
||||
- name: Configure CPython
|
||||
run: |
|
||||
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue