]> 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>
Sun, 31 Aug 2025 22:55:20 +0000 (00:55 +0200)
commit3565bd51f9305468c410d41336eb9baa5ec32c1b
treed1e6f2252222ad8b7abe4228140c667e93fd698d
parentb2278bc27922a83317fe1d40845f33d137ed43fc
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/build/build_libpq.sh