Skip to content

Commit 995343e

Browse files
committed
iwyu.yml: dropped some workarounds
1 parent d7649b0 commit 995343e

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ jobs:
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

0 commit comments

Comments
 (0)