[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-668-g9ea9b6758

git at osgeo.org git at osgeo.org
Sun Feb 26 20:44:13 PST 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  9ea9b67580a3c0a5b562f1cd0922efba264e747a (commit)
      from  2c76ff2d0c9964f4fe26042e3e494eb466286afc (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 9ea9b67580a3c0a5b562f1cd0922efba264e747a
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Feb 26 23:34:28 2023 -0500

    Change Cirrus to do extension based dumprestore
    Was doing script installed dumprestore check
    which causes a failure in https://github.com/postgis/postgis/pull/721
    Dumprestore Issue references #5348

diff --git a/.cirrus.yml b/.cirrus.yml
index cf614bbb5..ab07a8334 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -23,7 +23,7 @@ task:
     - gmake check || { service postgresql onestop; exit 1;}
     - gmake install || { service postgresql onestop; exit 1;}
     - gmake check RUNTESTFLAGS="-v --extension" || { service postgresql onestop; exit 1;}
-    - gmake check RUNTESTFLAGS="-v --dumprestore" || { service postgresql onestop; exit 1;}
+    - gmake check RUNTESTFLAGS="-v --extension --dumprestore" || { service postgresql onestop; exit 1;}
     - service postgresql onestop
 
   freebsd_instance:

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

Summary of changes:
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list