Skip to content

Commit

Permalink
Disable clang 9 in CI due to unreproducible ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Oct 23, 2023
1 parent fe3293e commit 3d185d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
# simdutf has problems with clang 6 and 7 (_ktestc_mask64_u8 undefined)
- cxx: clang++-7
- cxx: clang++-6.0
# FIXME: Locally unreproducible ICE
- cxx: clang++-9
# FIXME: some weird linker issue: undefined reference to range_default_scanner default constructor
- cxx: g++-11
std: 20
Expand Down

0 comments on commit 3d185d4

Please sign in to comment.