[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.3-11-gbbae9834c

git at osgeo.org git at osgeo.org
Sat Jun 3 21:06:23 PDT 2023


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, stable-3.3 has been updated
       via  bbae9834c9b5f08501488593dbe32a628f85096d (commit)
      from  4d851fbf6011dc5ffa57a2ca51f4e2a50455877d (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 bbae9834c9b5f08501488593dbe32a628f85096d
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jun 4 00:06:17 2023 -0400

    Trying to fix regress (make similar to master

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 9da1a3399..2bb241b37 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -164,7 +164,6 @@ LDFLAGS="-Wl,--enable-auto-import -L${PGPATH}/lib -L${PROJECTS}/rel-libiconv-${I
   --with-xsldir=${PROJECTS}/docbook/docbook-xsl-1.76.1 \
   --with-gui --with-gettext=no \
   --with-sfcgal=${PROJECTS}/CGAL/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/sfcgal-config \
-  --without-interrupt-tests \
   --prefix=${PROJECTS}/postgis/liblwgeom-${POSTGIS_VER}w${OS_BUILD}${GCC_TYPE}
   #exit
 else
@@ -177,7 +176,6 @@ LDFLAGS="-L${PGPATH}/lib -L${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYP
   --with-gui --with-gettext=no \
   --with-libiconv=${PROJECTS}/rel-libiconv-${ICON_VER}w${OS_BUILD}${GCC_TYPE} \
   --with-xsldir=${PROJECTS}/docbook/docbook-xsl-1.76.1 \
-  --without-interrupt-tests \
   --prefix=${PROJECTS}/postgis/liblwgeom-${POSTGIS_VER}w${OS_BUILD}${GCC_TYPE}
 fi;
 
@@ -252,20 +250,20 @@ done
  make check RUNTESTFLAGS="--extension -v"
 
  ##test address standardizer
- cd ${POSTGIS_SRC}
- cd extensions/address_standardizer
- make installcheck
+ #cd ${POSTGIS_SRC}
+ #cd extensions/address_standardizer
+ #make installcheck
 
  ##test tiger geocoder
- cd ${POSTGIS_SRC}
- cd extensions/postgis_tiger_geocoder
- make installcheck
+ #cd ${POSTGIS_SRC}
+ #cd extensions/postgis_tiger_geocoder
+ #make installcheck
  if [ "$?" != "0" ]; then
   exit $?
  fi
 fi
 
-if [ "$DUMP_RESTORE" = "1" ]; then
+if [ "$DUMP_RESTORE" == "1" ]; then
  echo "Dum restore test"
  make install
  make check RUNTESTFLAGS="-v --dumprestore"

-----------------------------------------------------------------------

Summary of changes:
 ci/winnie/regress_postgis.sh | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list