ci: Disable sccache in clang-analyzer job

The `ccc-analyzer` compiler wrapper preprocesses differently
for clang-analyzer than for normal compilation.  In particular,
the `__clang_analyzer__` preprocessor definition is added.

This does not interact well with `sccache` because it indexes based on
the compiler's normal preprocessing but stores results from the entire
`ccc-analyzer` invocation.
This commit is contained in:
Brad King
2023-05-22 16:11:57 -04:00
parent fad150d314
commit d9d061d19f
@@ -1 +1,3 @@
set(configure_no_sccache 1)
include("${CMAKE_CURRENT_LIST_DIR}/configure_fedora37_common.cmake")