[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-29-g506d2a03b
git at osgeo.org
git at osgeo.org
Sun Feb 6 20:01:00 PST 2022
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-2.5 has been updated
via 506d2a03be88e74b3390ba43b2aa6013e3d15bcc (commit)
from 04dfcfb5625981fd93c7db0de6e110bb9373530e (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 506d2a03be88e74b3390ba43b2aa6013e3d15bcc
Author: Regina Obe <lr at pcorp.us>
Date: Sun Feb 6 23:00:37 2022 -0500
Remove garden test. We know it hangs on geos 3.9.0
diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index 1474b88d0..60ffbf296 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -23,8 +23,8 @@ make install
make check RUNTESTFLAGS="-v --extension"
err_status=$?
-make garden
-err_status=$?
+#make garden
+#err_status=$?
if [ -d $PGDATA/postmaster.pid ] ; then
$PGCTL stop -D $PGDATA -s -m fast
-----------------------------------------------------------------------
Summary of changes:
ci/berrie/postgis_regress.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list