ci: enable cache for gcc_static_analyzer

This commit is contained in:
igor.udot
2026-06-01 13:44:44 +08:00
parent ba4ff30b76
commit ee65c61a3b

View File

@@ -21,7 +21,7 @@ gcc_static_analyzer:
- .pre_check_template
- .rules:patterns:clang_tidy
variables:
CI_CCACHE_DISABLE: 1
IDF_CCACHE_ENABLE: "1"
ANALYZING_APP: "examples/get-started/hello_world"
script:
- echo "CONFIG_COMPILER_STATIC_ANALYZER=y" >> ${ANALYZING_APP}/sdkconfig.defaults