]> 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 18:30:49 +0000 (19:30 +0100)
commitbdba7673873bb5c8abb5edfd474cc16cf705b879
tree49156c67fb7925ff8ea79ea011778a616cadedbb
parent06ae2131b1cca7d0c56f8dfef5d764c3a0b4ca1a
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]