10000 Merge branch '3.10' into backport-038b151-3.10 · python/cpython@1434938 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1434938

Browse files
authored
Merge branch '3.10' into backport-038b151-3.10
2 parents 09ea383 + 850189a commit 1434938

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ jobs:
193193
./configure \
194194
--with-pydebug \
195195
--prefix=/opt/python-dev \
196-
--with-openssl="$(brew --prefix openssl@3.0)"
196+
--with-openssl="$(brew --prefix openssl@3.0)" \
197+
--with-dbmliborder=gdbm:ndbm
198+
# (--with-dbmliborder needed for homebrew's gdbm 1.24: see gh-89452)
197199
- name: Build CPython
198200
run: make -j4
199201
- name: Display build info

0 commit comments

Comments
 (0)
0