summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-09-22 20:36:28 -0700
committerAndres Freund <andres@anarazel.de>2022-09-22 20:42:06 -0700
commite3e6ee69641b8ea1e24f05ee64393a52e495bf86 (patch)
tree5dea13376e2636c770871b1b0678ea540082b36d /.cirrus.yml
parent13a185f54ba594a5fb42bac3e1ecbdfd62b9041f (diff)
downloadpostgresql-e3e6ee69641b8ea1e24f05ee64393a52e495bf86.tar.gz
ci: freebsd: Set extra_{lib,include}_dirs to /usr/local/...
Ommitted in e6b6ea025cc, but necessary for libintl to be found. All other dependencies can be found via pkg-config (which searches in /usr/local/...) and thus worked even without adding the directories.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f7868c358e..0e3b2d4268 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -109,6 +109,7 @@ task:
--buildtype=debug \
-Dcassert=true -Dssl=openssl -Duuid=bsd -Dtcl_version=tcl86 -Ddtrace=auto \
-DPG_TEST_EXTRA="$PG_TEST_EXTRA" \
+ -Dextra_lib_dirs=/usr/local/lib -Dextra_include_dirs=/usr/local/include/ \
build
EOF
build_script: su postgres -c 'ninja -C build -j${BUILD_JOBS}'