[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-37-g887efa9ed

git at osgeo.org git at osgeo.org
Sun Mar 26 18:43:05 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, stable-3.3 has been updated
       via  887efa9ed30f9d2350b58e3a6c9e0e9464df6498 (commit)
      from  8b5d099176624a77d6edbbdb8e215c56cc90f4bf (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 887efa9ed30f9d2350b58e3a6c9e0e9464df6498
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Mar 26 20:24:15 2023 -0400

    Add projsync steps to fix cirrus proj failures.
    Add verbose to make check so can see failures
    Closes #5360 for 3.3.3

diff --git a/.cirrus.yml b/.cirrus.yml
index 9f32e299d..473e465d8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,6 +9,8 @@ task:
     - sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
     - ASSUME_ALWAYS_YES=yes pkg bootstrap -f
     - pkg install -y bison postgresql13-server gmake libxml2 autoconf automake libtool pkgconf iconv pcre proj gdal sfcgal geos libxslt cunit protobuf-c json-c postgresql13-contrib
+    - projsync --system-directory --source-id us_noaa
+    - projsync --system-directory --source-id ch_swisstopo
 
   patch_script:
     # will be removed
@@ -20,7 +22,7 @@ task:
     - service postgresql onestart
     - su postgres -c "createuser -s `whoami`"
     - gmake -j8 || { service postgresql onestop; exit 1;}
-    - gmake -j8 check || { service postgresql onestop; exit 1;}
+    - gmake -j8 check RUNTESTFLAGS="-v" || { service postgresql onestop; exit 1;}
     - gmake -j8 install || { service postgresql onestop; exit 1;}
     - gmake -j8 check RUNTESTFLAGS="-v --extension" || { service postgresql onestop; exit 1;}
     - gmake -j8 check RUNTESTFLAGS="-v --dumprestore" || { service postgresql onestop; exit 1;}

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

Summary of changes:
 .cirrus.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list