[SCM] PostGIS branch master updated. 3.7.0beta1-37-g2d2be0589

git at osgeo.org git at osgeo.org
Sat Jul 25 15:09:08 PDT 2026


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  2d2be05894957bc2c0c9711e7cf1d9286fb8261a (commit)
       via  3a1ae4d911eba1cedb72ba39f0ea3bdacf2aa4b6 (commit)
      from  bd8b9aaad3b776a6891262655f5709b82873f075 (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 2d2be05894957bc2c0c9711e7cf1d9286fb8261a
Merge: bd8b9aaad 3a1ae4d91
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sat Jul 25 15:09:07 2026 -0700

    Merge pull request 'ci: restore MSYS2 toolchain matrix' (!514) from Komzpa/postgis:ci/msys-matrix-20260725 into master
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/514


commit 3a1ae4d911eba1cedb72ba39f0ea3bdacf2aa4b6
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Sun Jul 26 00:11:16 2026 +0400

    ci: restore MSYS2 toolchain matrix

diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index dff6ee645..51a68c14b 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -3,18 +3,14 @@ on: [push, pull_request]
 
 jobs:
   mingw:
-    # TODO: check to see if we need to disable again
-    #if: github.repository == 'master'
-    if: true
     name: mingw
     runs-on: windows-latest
     strategy:
+      fail-fast: false
       matrix:
-        #fail-fast: false
         include:
-          # mingw32 fail: addface
-         # - { icon: '🟦', sys: mingw64 }
-         # - { icon: '🟨', sys: ucrt64  } # Experimental!
+          - { icon: '🟦', sys: mingw64 }
+          - { icon: '🟨', sys: ucrt64  } # Experimental!
           - { icon: '🟧', sys: clang64 } # Experimental!
     defaults:
       run:

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

Summary of changes:
 .github/workflows/msys.yml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list