[geos-commits] [SCM] GEOS branch 3.12 updated. 19af9e2eaf07f95aed203782401fda55c9f45bfe

git at osgeo.org git at osgeo.org
Wed Feb 12 14:22:56 PST 2025


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.12 has been updated
       via  19af9e2eaf07f95aed203782401fda55c9f45bfe (commit)
      from  d40251f2647d76f1870adf5bfeb19d48ff1fad5a (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 19af9e2eaf07f95aed203782401fda55c9f45bfe
Author: Mike Taves <mwtoews at gmail.com>
Date:   Thu Feb 13 11:21:01 2025 +1300

    ci: remove workaround for ubuntu-22.04 image with clang++-14 (#1238)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 81d61b36e..be719afc2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -186,15 +186,6 @@ jobs:
     runs-on: ${{ matrix.ci.os }}
     steps:
 
-    # Work around https://github.com/actions/runner-images/issues/8659
-    - name: 'Remove GCC 13 from runner image (workaround)'
-      if: matrix.ci.os == 'ubuntu-22.04' && matrix.ci.cxx_compiler == 'clang++-14'
-      shell: bash
-      run: |
-        sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
-        sudo apt-get update
-        sudo apt-get install -y --allow-downgrades libc6=2.35-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-*
-
     - name: 'Install'
       run: |
         set -e

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

Summary of changes:
 .github/workflows/ci.yml | 9 ---------
 1 file changed, 9 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list