We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681e0fa commit be988e8Copy full SHA for be988e8
.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