]> git.ipfire.org Git - thirdparty/psycopg.git/commit
ci(macos): build libpq instead of using Homebrew libraries
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 5 Jan 2025 23:48:36 +0000 (00:48 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Jan 2025 02:10:37 +0000 (03:10 +0100)
commitadb8336a392a71a3cb2ddf18bd9b17238a01a06e
tree4b59fa4c577e90e3216133fd1cfdaf0379dabe88
parentffb6171b181330e49f7253d1d2bb78e6e30a7baa
ci(macos): build libpq instead of using Homebrew libraries

This avoids problems with MACOSX_DEPLOYMENT_TARGET drifting in builders
(see #858).

Largely contributed by @bwoodsend in https://github.com/psycopg/psycopg2/pull/1755.
.github/workflows/packages-bin.yml
tools/build/build_libpq.sh
tools/build/wheel_macos_before_all.sh [new file with mode: 0755]