Skip to content

Commit

Permalink
Revert to working setup
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jan 24, 2024
1 parent 7e9f8e1 commit 3bd1a07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:

- name: Build postgres
run: |
export LDFLAGS="-L/usr/local/opt/icu4c/lib -licui18n -licuuc -licudata -L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/icu4c/include -I/usr/local/opt/openssl/include"
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
./configure --with-openssl --enable-tap-tests=no --prefix=$HOME/postgres
make -j
sudo make install
Expand Down

0 comments on commit 3bd1a07

Please sign in to comment.