]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-89452: GHA: Set --with-dbmliborder to avoid issues with homebrew's gdbm...
authorPetr Viktorin <encukou@gmail.com>
Tue, 8 Oct 2024 14:37:22 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 14:37:22 +0000 (16:37 +0200)
commit850189a64e7f0b920fe48cb12a5da3e648435680
tree286c26bd022e46a355a8c1610a30d4aaa43d1ae3
parent0c5fc27217525c4e40b4064e6979f467540c2fc8
[3.10] gh-89452: GHA: Set --with-dbmliborder to avoid issues with homebrew's gdbm 1.24 (#125112)

Per https://github.com/python/cpython/issues/89452#issuecomment-1116329316,
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.
.github/workflows/build.yml