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 8b9a8e0 commit 993f70dCopy full SHA for 993f70d
.github/workflows/build.yml
@@ -168,7 +168,9 @@ jobs:
168
--with-pydebug \
169
--with-openssl="$(brew --prefix [email protected])" \
170
--with-tcltk-libs="$(pkg-config --libs tk)" \
171
- --with-tcltk-includes="$(pkg-config --cflags tk)"
+ --with-tcltk-includes="$(pkg-config --cflags tk)" \
172
+ --with-dbmliborder=gdbm:ndbm
173
+ # (--with-dbmliborder needed for homebrew's gdbm 1.24: see gh-89452)
174
- name: Build CPython
175
run: make -j4
176
- name: Display build info
0 commit comments