https://github.com/python/cpython/commit/49edb990a5648b587c2aa0e6fadfd6d1e3ce9ee5
commit: 49edb990a5648b587c2aa0e6fadfd6d1e3ce9ee5
branch: 3.11
author: Miss Islington (bot) <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-01-22T12:25:24Z
summary:
[3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with
GitHub image's version (GH-128090) (#129172)
files:
M .github/workflows/reusable-macos.yml
diff --git a/.github/workflows/reusable-macos.yml
b/.github/workflows/reusable-macos.yml
index 96878ae6b6bf03..997f120fc9abbb 100644
--- a/.github/workflows/reusable-macos.yml
+++ b/.github/workflows/reusable-macos.yml
@@ -40,7 +40,7 @@ jobs:
run: |
brew install pkg-config [email protected] 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" \
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]