Skip to content

Commit d2be9c8

Browse files
committed
iwyu.yml: dropped some workarounds [skip ci]
1 parent 807edca commit d2be9c8

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
@@ -20,12 +20,9 @@ jobs:
2020
- os: ubuntu-22.04
2121
image: "fedora:rawhide"
2222
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:rawhide"
27-
# stdlib: libc++
28-
# clang_inc: '-isystem/usr/lib/clang/20/include'
23+
- os: ubuntu-22.04
24+
image: "fedora:rawhide"
25+
stdlib: libc++
2926
- os: macos-26
3027
image: ""
3128
stdlib: libc++ # no libstdc++ on macOS
@@ -150,8 +147,7 @@ jobs:
150147
151148
- name: iwyu_tool
152149
run: |
153-
# TODO: remove -stdlib= - it should have been taken from the compilation database
154-
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
150+
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
155151
156152
# TODO: run with all configurations
157153
- name: test/cfg

0 commit comments

Comments
 (0)