]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365) (#127393)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Fri, 29 Nov 2024 09:59:57 +0000 (11:59 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Nov 2024 09:59:57 +0000 (09:59 +0000)
.github/workflows/reusable-macos.yml

index 577d7496a42dbfce977edf59ee304c90696ceacc..b26aeea82d045e9ee6b763f13bfa47f24ad88101 100644 (file)
@@ -37,7 +37,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" \