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