[SCM] PostGIS branch master updated. 3.5.0alpha2-14-ge9bdc32d9
git at osgeo.org
git at osgeo.org
Sat Jul 20 20:52:24 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 e9bdc32d9c58fc82dca365a5d94c170dcba93918 (commit)
from 95c525d310b783db4a52d85506ef3cc713238683 (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 e9bdc32d9c58fc82dca365a5d94c170dcba93918
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 20 23:45:44 2024 -0400
Turn off interrupt buffer tests on berrie64
It's been failing a lot making it hard to see real issues
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index 5eb3952a9..7a74b3069 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -16,7 +16,7 @@ echo $PATH
cd ${WORKSPACE}/PostGIS_Worker_Run/label/${label}/$BRANCH
sh autogen.sh
-./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version --enable-lto --prefix=${PGPATH}
+./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version --enable-lto --without-interrupt-tests --prefix=${PGPATH}
#make clean
make
export err_status=0
-----------------------------------------------------------------------
Summary of changes:
ci/berrie64/postgis_regress.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list