]> git.ipfire.org Git - thirdparty/psycopg.git/commit
ci(alpine): install missing libraris required to test and package wheels
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 29 Aug 2025 15:11:54 +0000 (17:11 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 Sep 2025 22:24:39 +0000 (00:24 +0200)
commit9da31796ef9513a4aa6c1ac72cbad8860d0aef72
tree90f8d8ba39404fd10f94ba568628b1fcf6dd5255
parentf8f040ae8c2b7f962bbf54af66a6b653aa716af9
ci(alpine): install missing libraris required to test and package wheels

Since some recent alpine version the krb5-libs package is not installed by
default anymore. When building the libpq the package got installed as a
side effect of installing krb5-dev, but, in case libpq build was cached,
the libraries would have been missing when packaging the wheel or
importing psycopg for test.
tools/ci/build_libpq.sh