]> git.ipfire.org Git - thirdparty/psycopg.git/commit
ci: use the system version of the cyrus-sasl library
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Oct 2025 01:51:08 +0000 (03:51 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 12 Oct 2025 17:23:37 +0000 (19:23 +0200)
commit8e29ced7b166094432347785b2b28989ca35e9e5
treecf58641713c9a224d741a2029aaa92fc31db7636
parent2a2717eea85274779fda23d6d0b5de4923bae1f2
ci: use the system version of the cyrus-sasl library

Version 2.1.28 cannot be built in the manylinux_2_28 image, likely because of
https://github.com/cyrusimap/cyrus-sasl/issues/844.

We were building it to work around an i686 problem, but now we are not
building those images anymore, so let's try to use the packaged version.
tools/ci/build_libpq.sh