We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cf7e2 commit b286d98Copy full SHA for b286d98
2 files changed
.github/workflows/build.yml
@@ -189,7 +189,7 @@ jobs:
189
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
190
- name: Install Homebrew dependencies
191
run: |
192
- brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
+ brew bundle --file=Misc/Brewfile
193
# Because alternate versions are not symlinked into place by default:
194
brew link tcl-tk@8
195
- name: Configure CPython
Misc/Brewfile
@@ -0,0 +1,14 @@
1
+brew "gdbm"
2
+brew "mpdecimal"
3
+brew "openssl@3.0"
4
+brew "pkg-config"
5
+brew "tcl-tk@8"
6
+brew "xz"
7
+brew "zstd"
8
+
9
+brew "bzip2" if OS.linux?
10
+brew "libedit" if OS.linux?
11
+brew "libffi" if OS.linux?
12
+brew "ncurses" if OS.linux?
13
+brew "unzip" if OS.linux?
14
+brew "zlib-ng-compat" if OS.linux?
0 commit comments