[SCM] PostGIS branch master updated. 3.5.0-347-gcf9f71e95
git at osgeo.org
git at osgeo.org
Mon May 26 22:19:31 PDT 2025
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 cf9f71e95707cde65e208b074d80d0b53af04e50 (commit)
from 3ffd809608397179c63488f552787caf20783101 (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 cf9f71e95707cde65e208b074d80d0b53af04e50
Author: Regina Obe <lr at pcorp.us>
Date: Tue May 27 01:19:20 2025 -0400
Turn back on topology testing for winnie, and update versions of libs
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 07b23e47e..003c6d16b 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -58,7 +58,7 @@ fi
sh autogen.sh
# excluding topology cause it's erroring out on some tests
-EXTRA_CONFIGURE_ARGS="${EXTRA_CONFIGURE_ARGS} --without-topology"
+#EXTRA_CONFIGURE_ARGS="${EXTRA_CONFIGURE_ARGS} --without-topology"
if [ -n "$PCRE_VER" ]; then
export PATH="${PROJECTS}/pcre/rel-${PCRE_VER}w${OS_BUILD}${GCC_TYPE}/include:${PROJECTS}/pcre/rel-${PCRE_VER}w${OS_BUILD}${GCC_TYPE}/lib:${PATH}"
diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index 8b5925fee..b629ce201 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -12,11 +12,11 @@ export MSYS2_ARG_CONV_EXCL=/config/tags
export XML_CATALOG_FILES="/projects/docbook/docbook-5.0.1/catalog.xml"
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.13.0
+ export GEOS_VER=3.13.1
export GDAL_VER=3.9.2
export PROJ_VER=8.2.1
- export SFCGAL_VER=1.5.2
- export CGAL_VER=5.6.1
+ export SFCGAL_VER=2.1.0
+ export CGAL_VER=6.0.1
export ICON_VER=1.17
export ZLIB_VER=1.2.13
export PROTOBUF_VER=3.2.0
@@ -65,11 +65,11 @@ fi;
#set to something even if override is on but not set
if [[ "${CGAL_VER}" == '' ]] ; then
- export CGAL_VER=5.6.1
+ export CGAL_VER=6.0.1
fi;
##hard code versions of cgal etc. for now
-export CGAL_VER=5.6.1
+
BOOST_VER=1.84.0
export BOOST_VER_WU=1_84_0
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 2 +-
ci/winnie/winnie_common.sh | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list