[SCM] PostGIS branch master updated. 3.5.0alpha2-7-g5f65069c0
git at osgeo.org
git at osgeo.org
Thu Jul 11 10:30:10 PDT 2024
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 5f65069c053e43f21d0182e309d906c0cdfb5fb4 (commit)
from 5d5ed3b148d8d647eabaea6ea41c377dee674832 (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 5f65069c053e43f21d0182e309d906c0cdfb5fb4
Author: Regina Obe <lr at pcorp.us>
Date: Thu Jul 11 13:26:48 2024 -0400
WINNIE CHANGES
Take out copying postgis topology libs to install folder
Cause topology is disabled building until windows topology fixed
References #5727 for PostGIS 3.5.0
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 6a9b528cd..27c21d633 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -112,7 +112,7 @@ if [ "$MAKE_EXTENSION" == "1" ]; then
strip postgis/postgis-*.dll
strip raster/rt_pg/postgis_raster-*.dll
strip sfcgal/*.dll
- cp topology/*.dll ${PGPATHEDB}/lib
+ #cp topology/*.dll ${PGPATHEDB}/lib
cp postgis/postgis*.dll ${PGPATHEDB}/lib
cp sfcgal/*.dll ${PGPATHEDB}/lib
cp raster/rt_pg/postgis_raster-*.dll ${PGPATHEDB}/lib
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list