diff --git a/tools/ci/test_build_system_cmake.sh b/tools/ci/test_build_system_cmake.sh index c64a79af18..a56012495b 100755 --- a/tools/ci/test_build_system_cmake.sh +++ b/tools/ci/test_build_system_cmake.sh @@ -35,6 +35,9 @@ export PATH="$IDF_PATH/tools:$PATH" # for idf.py +# Some tests assume that ccache is not enabled +unset IDF_CCACHE_ENABLE + function run_tests() { FAILURES=