From: Christian Marangi Date: Sun, 28 May 2023 01:30:12 +0000 (+0200) Subject: CI: coverity: disable ccache usage X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2129ee1879f564a9992a6761d4c9e77077c48e95;p=openwrt%2Fstaging%2Fdangole.git CI: coverity: disable ccache usage Disable ccache usage for coverity workflow as it may cause side effect in the produced bins. Signed-off-by: Christian Marangi --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 363ce3a29a3..72f39a729bb 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -23,6 +23,7 @@ jobs: subtarget: 64 build_full: true include_feeds: true + use_ccache_cache: false coverity_compiler_template_list: >- x86_64-openwrt-linux-gcc x86_64-openwrt-linux-musl-gcc