]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Dec 2024 15:20:07 +0000 (16:20 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Dec 2024 15:20:07 +0000 (15:20 +0000)
gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090)

brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version
(cherry picked from commit 46dc1ba9c6e8b95635fa27607d01d6108d8f677e)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/workflows/reusable-macos.yml

index b18f16b3728e911681c1feb90cf5e66d11069e23..310eeb51f7608dca1e4c95cbcc04261a5f5f7aa5 100644 (file)
@@ -42,7 +42,7 @@ jobs:
       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
+        brew link --overwrite tcl-tk@8
     - name: Configure CPython
       run: |
         GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \