[geos-commits] [SCM] GEOS branch 3.10 updated. cc886fa4a398814963485dcd8695d7136e5eca07

git at osgeo.org git at osgeo.org
Fri Apr 28 10:43:48 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 "GEOS".

The branch, 3.10 has been updated
       via  cc886fa4a398814963485dcd8695d7136e5eca07 (commit)
       via  c973a7cf489d7e2e4677a23b74630dfeb3bdf7c6 (commit)
      from  669290d1b2b748ea2246822f21e9d8f727df9631 (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 cc886fa4a398814963485dcd8695d7136e5eca07
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Apr 28 10:37:01 2023 -0700

    Bump cmake to 3.17

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8e15a0e7c..67d74899e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'clang',
-          cmake: 3.13.*,
+          cmake: 3.17.*,
           os: ubuntu-latest
         }
         - {
@@ -48,7 +48,7 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'clang',
-          cmake: 3.13.*,
+          cmake: 3.17.*,
           os: ubuntu-latest
         }
         - {
@@ -57,7 +57,7 @@ jobs:
           cxxstd: 11,
           arch: 64,
           packages: 'g++',
-          cmake: 3.15.*,
+          cmake: 3.17.*,
           cmake_extra: '-DDISABLE_GEOS_INLINE=ON',
           os: ubuntu-latest
         }

commit c973a7cf489d7e2e4677a23b74630dfeb3bdf7c6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Apr 28 10:34:27 2023 -0700

    Bump to using latest ubuntu

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c63dc6e67..8e15a0e7c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,17 +22,17 @@ jobs:
           arch: 64,
           packages: 'g++',
           cmake: 3.15.*,
-          os: ubuntu-18.04
-        }
-        - {
-          compiler: g++,
-          build_type: Release,
-          cxxstd: 11,
-          arch: 32,
-          packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib',
-          cmake: 3.13.*,
-          os: ubuntu-18.04
+          os: ubuntu-latest
         }
+        # - {
+        #   compiler: g++,
+        #   build_type: Release,
+        #   cxxstd: 11,
+        #   arch: 32,
+        #   packages: 'g++-4.8-multilib gcc-4.8-multilib g++-multilib gcc-multilib',
+        #   cmake: 3.13.*,
+        #   os: ubuntu-18.04
+        # }
         - {
           compiler: clang++,
           build_type: Release,
@@ -40,7 +40,7 @@ jobs:
           arch: 64,
           packages: 'clang',
           cmake: 3.13.*,
-          os: ubuntu-18.04
+          os: ubuntu-latest
         }
         - {
           compiler: clang++,
@@ -49,7 +49,7 @@ jobs:
           arch: 64,
           packages: 'clang',
           cmake: 3.13.*,
-          os: ubuntu-18.04
+          os: ubuntu-latest
         }
         - {
           compiler: clang++,
@@ -59,7 +59,7 @@ jobs:
           packages: 'g++',
           cmake: 3.15.*,
           cmake_extra: '-DDISABLE_GEOS_INLINE=ON',
-          os: ubuntu-20.04
+          os: ubuntu-latest
         }
         - {
           compiler: clang++,
@@ -68,7 +68,7 @@ jobs:
           arch: 64,
           packages: 'clang',
           cmake: 3.17.*,
-          os: ubuntu-20.04,
+          os: ubuntu-latest,
         }
         - {
           compiler: clang++,
@@ -77,7 +77,7 @@ jobs:
           arch: 64,
           packages: 'clang',
           cmake: 3.17.*,
-          os: ubuntu-20.04
+          os: ubuntu-latest
         }
 
     runs-on: ${{ matrix.ci.os }}

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

Summary of changes:
 .github/workflows/ci.yml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list