We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e2ac2 commit 47aa178Copy full SHA for 47aa178
.github/workflows/iwyu.yml
@@ -21,10 +21,11 @@ jobs:
21
image: "fedora:latest"
22
stdlib: libstdc++
23
clang_inc: '-isystem/usr/lib/clang/20/include'
24
- - os: ubuntu-22.04
25
- image: "fedora:latest"
26
- stdlib: libc++
27
- 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++
28
+ # clang_inc: '-isystem/usr/lib/clang/20/include'
29
- os: macos-13
30
image: ""
31
stdlib: libc++ # no libstdc++ on macOS
0 commit comments