Skip to content

Commit

Permalink
Disable github clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dreamer committed Dec 30, 2023
1 parent bcb4332 commit 873dbab
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

matrix:
# ubuntu-latest-clang does not compile due to https://github.com/actions/runner-images/issues/8659
name: [ubuntu-latest-gcc, ubuntu-latest-clang, windows-latest-cl]
name: [ubuntu-latest-gcc, windows-latest-cl]
build_type: [Release]
include:
- name: windows-latest-cl
Expand Down Expand Up @@ -47,14 +47,6 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Apply workaround for https://github.com/actions/runner-images/issues/8659
if: |
matrix.name=='ubuntu-latest-clang'
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-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
- name: Install boost
uses: MarkusJx/[email protected]
id: install-boost
Expand Down

0 comments on commit 873dbab

Please sign in to comment.