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.
2 parents 09ea383 + 850189a commit 1434938Copy full SHA for 1434938
.github/workflows/build.yml
@@ -193,7 +193,9 @@ jobs:
193
./configure \
194
--with-pydebug \
195
--prefix=/opt/python-dev \
196
- --with-openssl="$(brew --prefix [email protected])"
+ --with-openssl="$(brew --prefix [email protected])" \
197
+ --with-dbmliborder=gdbm:ndbm
198
+ # (--with-dbmliborder needed for homebrew's gdbm 1.24: see gh-89452)
199
- name: Build CPython
200
run: make -j4
201
- name: Display build info
0 commit comments