Merge branch 'ci/gcc-static-analyzer-cache' into 'master'

ci: enable cache for gcc_static_analyzer

See merge request espressif/esp-idf!49086
This commit is contained in:
Igor Udot
2026-06-01 16:06:03 +08:00

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