Skip to content

Commit 835b5e4

Browse files
committed
false
1 parent 9046300 commit 835b5e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
# Fails on Debian:
137137
# /__w/cppcheck/Qt/6.7.0/gcc_64/libexec/rcc: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory
138138
- name: Prepare CMake dependencies
139+
if: false
139140
run: |
140141
# make sure the auto-generated GUI sources exist
141142
make -C cmake.output autogen
@@ -181,6 +182,7 @@ jobs:
181182
ln -s iwyu_tool.py /usr/local/bin/iwyu_tool
182183
183184
- name: iwyu_tool
185+
if: false
184186
run: |
185187
# TODO: exclude auto-generated source files
186188
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

0 commit comments

Comments
 (0)