File tree 1 file changed +10
-0
lines changed
.builders/images/macos-x86_64
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,16 @@ RELATIVE_PATH="curl-{{version}}" \
93
93
# Remove the binary installed so that we consistenly use the same original `curl` binary
94
94
rm " ${DD_PREFIX_PATH} /bin/curl"
95
95
96
+ # libpq and pg_config as needed by psycopg
97
+ DOWNLOAD_URL=" https://ftp.postgresql.org/pub/source/v{{version}}/postgresql-{{version}}.tar.bz2" \
98
+ VERSION=" 16.0" \
99
+ SHA256=" df9e823eb22330444e1d48e52cc65135a652a6fdb3ce325e3f08549339f51b99" \
100
+ RELATIVE_PATH=" postgresql-{{version}}" \
101
+ install-from-source --without-readline --with-openssl --without-icu
102
+ # Add paths to pg_config and to the library
103
+ echo PATH=" /usr/local/pgsql/bin:${PATH} " >> $DD_ENV_FILE
104
+ echo LD_LIBRARY_PATH=" /usr/local/pgsql/lib/:${LD_LIBRARY_PATH} " >> $DD_ENV_FILE
105
+
96
106
# Dependencies needed to build librdkafka (and thus, confluent-kafka) with kerberos support
97
107
DOWNLOAD_URL=" https://github.com/LMDB/lmdb/archive/LMDB_{{version}}.tar.gz" \
98
108
VERSION=" 0.9.29" \
You can’t perform that action at this time.
0 commit comments