Skip to content

Commit

Permalink
Clang 16/17 are good again
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed Apr 26, 2024
1 parent bf9e2ca commit 713a2f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
- name: Build and Test
run: bash tools/earthly.sh +build-gcc-10.3

# XXX: BROKEN due to compiler bugs. Investigate at a later date.
build-clang16:
name: Build for Clang 16 [Compiler bugs]
name: Build for Clang 16
runs-on: ubuntu-latest
if: ${{false}} # Skipped
steps:
Expand All @@ -50,7 +49,7 @@ jobs:
run: bash tools/earthly.sh +build-clang-16

build-clang17:
name: Build for Clang 17 [Compiler bugs]
name: Build for Clang 17
runs-on: ubuntu-latest
if: ${{false}} # Skipped
steps:
Expand Down

0 comments on commit 713a2f6

Please sign in to comment.