[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-738-g1fc0c62f9

git at osgeo.org git at osgeo.org
Fri Apr 21 13:53:32 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, master has been updated
       via  1fc0c62f9bde0d09c6e716755980e159730c231d (commit)
      from  18d9adfb8267529bb371c99210ad5a42be7e0963 (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 1fc0c62f9bde0d09c6e716755980e159730c231d
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Apr 21 16:52:03 2023 -0400

    Turn of raster testing on bessie
    Need to wait till
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269708
    is available via pkg
    References #5370 for PostGIS 3.4.0

diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
index af4830daf..8add89303 100644
--- a/ci/bessie/postgis_regress.sh
+++ b/ci/bessie/postgis_regress.sh
@@ -5,7 +5,7 @@ set -e
 #BRANCH is passed in via jenkins which is set via webhook hook
 export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests --with-library-minor-version
+./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests --with-library-minor-version --without-raster
 #make distclean
 make
 export PGUSER=postgres

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

Summary of changes:
 ci/bessie/postgis_regress.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list