[SCM] PostGIS branch master updated. 3.5.0-192-g607b81d5a
git at osgeo.org
git at osgeo.org
Tue Jan 21 17:31:12 PST 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 607b81d5af061e4a8dd76ee68f3e601d87107a00 (commit)
from 09b3419dcd39daa271bf08e8bbd32281dcd81df2 (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 607b81d5af061e4a8dd76ee68f3e601d87107a00
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jan 21 20:30:11 2025 -0500
TURN off garden testing on Arm 32-bit
This is currently crashing and making Worker runs look red
References #5636
diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index fd7222504..dda1678f5 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -26,8 +26,10 @@ make install
make check RUNTESTFLAGS="-v --extension"
err_status=$?
-make garden
-err_status=$?
+# TODO: Turn back on after we have resolved
+# https://trac.osgeo.org/postgis/ticket/5636
+#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 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list