[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-688-g421418030

git at osgeo.org git at osgeo.org
Sun Mar 26 15:22:17 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  421418030b778c3c751fd7cb8a111328a36d6c3c (commit)
      from  bfc0ecc50bd29c27af1fdd6aa56b2754f93a5d51 (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 421418030b778c3c751fd7cb8a111328a36d6c3c
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Mar 26 18:22:06 2023 -0400

    Add verbose to cirrus first make to see proj issue

diff --git a/.cirrus.yml b/.cirrus.yml
index ab07a8334..9bd73687d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -20,7 +20,7 @@ task:
     - service postgresql onestart
     - su postgres -c "createuser -s `whoami`"
     - gmake || { service postgresql onestop; exit 1;}
-    - gmake check || { service postgresql onestop; exit 1;}
+    - gmake check RUNTESTFLAGS="-v" || { 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 --extension --dumprestore" || { service postgresql onestop; exit 1;}

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

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