File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - os : ubuntu-22.04
1818 image : " fedora:rawhide"
1919 stdlib : libstdc++
20- 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:rawhide"
24- # stdlib: libc++
25- # clang_inc: '-isystem/usr/lib/clang/20/include'
20+ - os : ubuntu-22.04
21+ image : " fedora:rawhide"
22+ stdlib : libc++
2623 - os : macos-26
2724 image : " "
2825 stdlib : libc++ # no libstdc++ on macOS
@@ -147,8 +144,7 @@ jobs:
147144
148145 - name : iwyu_tool
149146 run : |
150- # TODO: remove -stdlib= - it should have been taken from the compilation database
151- iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments -stdlib=${{ matrix.stdlib }} ${{ matrix.mapping_file_opt }} ${{ matrix.clang_inc }} > iwyu.log
147+ iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments ${{ matrix.mapping_file_opt }} ${{ matrix.clang_inc }} > iwyu.log
152148
153149 # TODO: run with all configurations
154150 - name : test/cfg
You can’t perform that action at this time.
0 commit comments