Skip to content

Commit bc4f236

Browse files
committed
workflows added comment
1 parent 728457b commit bc4f236

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/analyzers.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
# Uses /ccache_vcpkg folder and the compressed cache size is 360M (after whole workflow finishes)
44
# This /ccache_vcpkg folder is common for analyzers.yml and vcpkg-linux.yml workflows
55
# vcpkg-linux.yml takes 205M and analyzers.yml takes 155M
6+
#
7+
# On the Clazy README.md page is written:
8+
# - It's recommended that you disable pre-compiled headers and don't use ccache.
9+
# - Some checks are mysteriously not producing warnings or not applying fixits?
10+
# Check if you have ccache interfering and turn it off.
11+
#
12+
# I'm not using PCH, but I'm using ccache as it doesn't interfere, I have tried it. 🤔
613

714
name: Clang-Tidy and Clazy 6.7
815

0 commit comments

Comments
 (0)