Skip to content

Commit

Permalink
Remove GitHub Actions Workaround for incompatible clang and libstc++ …
Browse files Browse the repository at this point in the history
…versions

see actions/runner-images#8659 for more info.
  • Loading branch information
martinmoene committed Jun 1, 2024
1 parent 4523ae7 commit a02ec36
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ jobs:
steps:
- uses: actions/checkout@v4

# Workaround for incompatible clang and libstc++ versions, see
# <https://github.com/actions/runner-images/issues/8659> for more info.
# The basic idea here is to remove g++ 13 and its C++ standard library
# and replace that with a compatible version of libstdc++.
# - name: Workaround for GHA issue 8659
# run: |
# sudo apt-get purge -y g++-13 gcc-13 libstdc++-13-dev
# sudo apt-get install -y --allow-downgrades libstdc++-12-dev libstdc++6=12.* libgcc-s1=12.*

- name: Install Clang ${{ matrix.version }}
run: sudo apt-get install -y clang-${{ matrix.version }}

Expand Down

0 comments on commit a02ec36

Please sign in to comment.