[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-59-g8886ab6
git at osgeo.org
git at osgeo.org
Wed Aug 19 16:06:49 PDT 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 8886ab6db6492e41062019d4dd81b7ab9b821423 (commit)
from b9c792ce1a9873b80f03362feab7e3795805f09d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8886ab6db6492e41062019d4dd81b7ab9b821423
Author: Regina Obe <lr at pcorp.us>
Date: Wed Aug 19 19:06:38 2020 -0400
Explicitly set proj lib as raster is having a hard time finding proj.db in cunit for some reason
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 3b1c846..9eee87d 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -99,6 +99,9 @@ export PKG_CONFIG_PATH="${PROJECTS}/sqlite/rel-sqlite3w${OS_BUILD}${GCC_TYPE}/li
export SHLIB_LINK="-static-libstdc++ -lstdc++ -Wl,-Bdynamic -lm"
CPPFLAGS="-I${PGPATH}/include -I${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE}/include"
+#needed for proj.db to be found during cunit - for some reason on winnie it doesn't set
+export PROJ_LIB=${PROJECTS}/proj/rel-${PROJ_VER}w${OS_BUILD}${GCC_TYPE}/share/proj
+
#add protobuf
export PATH="${PROJECTS}/protobuf/rel-${PROTOBUF_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/protobuf/rel-${PROTOBUF_VER}w${OS_BUILD}${GCC_TYPE}/lib:${PATH}"
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list