[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-158-gef5214359

git at osgeo.org git at osgeo.org
Sun Oct 2 04:15:27 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  ef5214359ad2033eea7cc6ff043c57886975cc82 (commit)
       via  9c6143992817fbc2b5348e3563b07edf54283af4 (commit)
      from  34ddeb15fc9b9c357b801f3773db787fa4a1e099 (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 ef5214359ad2033eea7cc6ff043c57886975cc82
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 2 07:15:22 2022 -0400

    Put back msys, see if it works now

diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index 74e43b15c..b92c443a9 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -4,7 +4,8 @@ on: [push, pull_request]
 jobs:
   mingw:
     # TODO: check to see if we need to disable again
-    if: github.repository == 'master'
+    #if: github.repository == 'master'
+    if: true
     name: mingw
     runs-on: windows-latest
     strategy:

commit 9c6143992817fbc2b5348e3563b07edf54283af4
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 2 07:14:22 2022 -0400

    Github ci latest is too old. Upgrade test with pg13 instead. References #5253 for PostGIS 3.4.0dev

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54a7879e7..79b639b59 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,8 +27,8 @@ jobs:
         - { tag: pg13-geos39-gdal31-proj71, mode: usan_gcc }
         - { tag: pg13-clang-geos39-gdal31-proj71, mode: usan_clang }
         # Run tests with different dependency combinations
-        - { tag: latest, mode: upgrade }
-        - { tag: pg13-geos38-gdal31-proj71, mode: tests }
+        # - { tag: latest, mode: upgrade }
+        - { tag: pg13-geos38-gdal31-proj71, mode: upgrade }
         - { tag: pg12-geos37-gdal30-proj611, mode: tests }
 
     runs-on: ubuntu-latest

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

Summary of changes:
 .github/workflows/ci.yml   | 4 ++--
 .github/workflows/msys.yml | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list