[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-24-g3cfba082a

git at osgeo.org git at osgeo.org
Mon Jul 11 20:12:08 PDT 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, master has been updated
       via  3cfba082aa43170ef8fa80fc8b19199a21c953c8 (commit)
       via  f4cc2ca0d80991686b0c366bd82f5e8713b2a027 (commit)
      from  66a33ac75bd247cface0670a550c97d3b8963a97 (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 3cfba082aa43170ef8fa80fc8b19199a21c953c8
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jul 11 23:11:53 2022 -0400

    Set all static bots to test --with-library-minor-version so we can in future better test upgrades

diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index 0573fd589..cfdfe32af 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -16,7 +16,7 @@ echo $WORKSPACE
 sh autogen.sh
 ./configure --with-pgconfig=${PGPATH}/bin/pg_config \
   --with-geosconfig=${GEOS_PATH}/bin/geos-config \
-	--without-protobuf
+	--without-protobuf --with-library-minor-version
 #make clean
 make
 export err_status=0
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index f29c58752..dccbf5083 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -15,7 +15,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
+./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version
 #make clean
 make
 export err_status=0
diff --git a/ci/bessie/postgis_regress.sh b/ci/bessie/postgis_regress.sh
index b0ce03507..af4830daf 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
+./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests --with-library-minor-version
 #make distclean
 make
 export PGUSER=postgres
diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
index 6dc12f108..c3295d421 100644
--- a/ci/bessie32/postgis_regress.sh
+++ b/ci/bessie32/postgis_regress.sh
@@ -10,7 +10,7 @@ CXXFLAGS="-O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc8  -n
 CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc" \
 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
+./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests --with-library-minor-version
 
 #make distclean
 make
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 15191236e..79dca1d5f 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -66,7 +66,7 @@ fi
     --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
     --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config \
     --without-interrupt-tests \
-    --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
+    --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD} --with-library-minor-version
 make clean
 make
 

commit f4cc2ca0d80991686b0c366bd82f5e8713b2a027
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jul 11 23:06:59 2022 -0400

    Put back gcc settings for bessie32, but set to gcc11 which is the new installed after upgrade

diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
index ee7820a59..6dc12f108 100644
--- a/ci/bessie32/postgis_regress.sh
+++ b/ci/bessie32/postgis_regress.sh
@@ -4,11 +4,10 @@ set -e
 
 #export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-#CC=gcc8   \
-#CXX=g++8 \
-#CXXFLAGS="-O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc8  -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc8" \
-#CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc" \
-
+CC=gcc11  \
+CXX=g++11 \
+CXXFLAGS="-O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc8  -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc11" \
+CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc" \
 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

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

Summary of changes:
 ci/berrie/postgis_regress.sh   |  2 +-
 ci/berrie64/postgis_regress.sh |  2 +-
 ci/bessie/postgis_regress.sh   |  2 +-
 ci/bessie32/postgis_regress.sh | 11 +++++------
 ci/debbie/postgis_regress.sh   |  2 +-
 5 files changed, 9 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list