Skip to content

Commit

Permalink
Merge branch '3.10' into backport-f7bfac4-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou authored Oct 8, 2024
2 parents ed53a83 + 850189a commit 1a719bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ jobs:
./configure \
--with-pydebug \
--prefix=/opt/python-dev \
--with-openssl="$(brew --prefix openssl@3.0)"
--with-openssl="$(brew --prefix openssl@3.0)" \
--with-dbmliborder=gdbm:ndbm
# (--with-dbmliborder needed for homebrew's gdbm 1.24: see gh-89452)
- name: Build CPython
run: make -j4
- name: Display build info
Expand Down

0 comments on commit 1a719bf

Please sign in to comment.