diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-28 03:30:12 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-24 17:12:04 +0200 |
commit | 15f4d6b2441e47ed63df961c43515cba11da3a7b (patch) | |
tree | 232fc86a52dc5d4bab233be30a9e482aceb7f177 | |
parent | 51adcb7cd223f56984abdc27b929d16bde4284cf (diff) | |
download | upstream-15f4d6b2441e47ed63df961c43515cba11da3a7b.tar.gz upstream-15f4d6b2441e47ed63df961c43515cba11da3a7b.tar.bz2 upstream-15f4d6b2441e47ed63df961c43515cba11da3a7b.zip |
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 <ansuelsmth@gmail.com>
(cherry picked from commit 2129ee1879f564a9992a6761d4c9e77077c48e95)
-rw-r--r-- | .github/workflows/coverity.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 363ce3a29a..72f39a729b 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 |