Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Dec 7, 2024
1 parent ce753f1 commit 6c8fa46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
build-linux:
if: true
if: false

strategy:
fail-fast: false
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Build dependencies
run: ./scripts/build/build_libpq.sh

- if: always()
- if: failure()
uses: mxschmitt/action-tmate@v3

- name: Show dependency tree
Expand Down
4 changes: 2 additions & 2 deletions scripts/build/build_libpq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ case "$ID" in
;;

macos)
brew install automake
brew install automake m4 libtool
# If available, libpq seemingly insists on linking against homebrew's
# openssl no matter what so remove it. Since homebrew's curl depends on
# it, force use of system curl.
brew uninstall --force --ignore-dependencies openssl m4
brew uninstall --force --ignore-dependencies openssl
curl="/usr/bin/curl"
# The deployment target should be <= to that of the oldest supported Python version.
# e.g. https://www.python.org/downloads/release/python-380/
Expand Down

0 comments on commit 6c8fa46

Please sign in to comment.