Skip to content

Commit 78a2fd6

Browse files
committed
iwyu.yml: disabled include-what-you-use with libc++ for now
1 parent 8fadf27 commit 78a2fd6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
image: "fedora:latest"
1919
stdlib: libstdc++
2020
clang_inc: '-isystem/usr/lib/clang/20/include'
21-
- os: ubuntu-22.04
22-
image: "fedora:latest"
23-
stdlib: libc++
24-
clang_inc: '-isystem/usr/lib/clang/20/include'
21+
# TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
22+
#- os: ubuntu-22.04
23+
# image: "fedora:latest"
24+
# stdlib: libc++
25+
# clang_inc: '-isystem/usr/lib/clang/20/include'
2526
- os: macos-13
2627
image: ""
2728
stdlib: libc++ # no libstdc++ on macOS

0 commit comments

Comments
 (0)