[geos-commits] [SCM] GEOS branch main updated. e704204f34c95c24bfc3a8493c5cda2cbe3fe1c2
git at osgeo.org
git at osgeo.org
Tue Jun 2 09:34:40 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 "GEOS".
The branch, main has been updated
via e704204f34c95c24bfc3a8493c5cda2cbe3fe1c2 (commit)
via 8dc21fb58a1bb744bc7ab21bc6bb7e9f0f5eab11 (commit)
from 7d945a82b70a10adbba35bbd71bfcbb5f4faa27b (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 e704204f34c95c24bfc3a8493c5cda2cbe3fe1c2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Jun 2 09:34:00 2026 -0700
Remove g++15 from CI, not part of the distro repo yet
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6583f14c0..232969889 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,15 +96,6 @@ jobs:
cmake: 3.31.*
os: ubuntu-24.04
- - cxx_compiler: g++-15
- c_compiler: gcc-15
- build_type: Debug
- cxxstd: 20
- arch: 64
- packages: 'g++-15-multilib gcc-15-multilib'
- cmake: 4.2.*
- os: ubuntu-24.04
-
# clang 10 and lower are not supported
# in ubuntu 22.04 and higher
commit 8dc21fb58a1bb744bc7ab21bc6bb7e9f0f5eab11
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Jun 2 09:02:43 2026 -0700
bump versions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 568c4d4bd..6583f14c0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,6 +96,15 @@ jobs:
cmake: 3.31.*
os: ubuntu-24.04
+ - cxx_compiler: g++-15
+ c_compiler: gcc-15
+ build_type: Debug
+ cxxstd: 20
+ arch: 64
+ packages: 'g++-15-multilib gcc-15-multilib'
+ cmake: 4.2.*
+ os: ubuntu-24.04
+
# clang 10 and lower are not supported
# in ubuntu 22.04 and higher
@@ -174,6 +183,15 @@ jobs:
cmake: 3.30.*
os: ubuntu-24.04
+ - cxx_compiler: clang++-20
+ c_compiler: clang-20
+ build_type: Debug
+ cxxstd: 20
+ arch: 64
+ packages: 'clang-20'
+ cmake: 4.2.*
+ os: ubuntu-24.04
+
runs-on: ${{ matrix.ci.os }}
steps:
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list