We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fadf27 commit 78a2fd6Copy full SHA for 78a2fd6
1 file changed
.github/workflows/iwyu.yml
@@ -18,10 +18,11 @@ jobs:
18
image: "fedora:latest"
19
stdlib: libstdc++
20
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'
+ # TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
+ #- os: ubuntu-22.04
+ # image: "fedora:latest"
+ # stdlib: libc++
25
+ # clang_inc: '-isystem/usr/lib/clang/20/include'
26
- os: macos-13
27
image: ""
28
stdlib: libc++ # no libstdc++ on macOS
0 commit comments