Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.10] gh-89452: GHA: Set --with-dbmliborder to avoid issues with hom…
…ebrew's gdbm 1.24 (#125112) Per #89452 (comment), the issue is fixed in configure for 3.11+, and > For older Python versions, the workaround is to build with: > > ./configure --with-dbmliborder=gdbm:ndbm We need this workaround in GitHub Actions, otherwise the tests fail.
- Loading branch information