[geos-commits] [SCM] GEOS branch main updated. 6e254769030f9b08d3fc33f7c7322dc30673aec9
git at osgeo.org
git at osgeo.org
Wed Feb 12 14:21:30 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, main has been updated
via 6e254769030f9b08d3fc33f7c7322dc30673aec9 (commit)
from 188c057cf2b0b6195201c2da51e58f87e8986373 (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 6e254769030f9b08d3fc33f7c7322dc30673aec9
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 2ddfda4e9..6e5e15e39 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -204,15 +204,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