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>
This commit is contained in:
1
.github/workflows/coverity.yml
vendored
1
.github/workflows/coverity.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
|||||||
subtarget: 64
|
subtarget: 64
|
||||||
build_full: true
|
build_full: true
|
||||||
include_feeds: true
|
include_feeds: true
|
||||||
|
use_ccache_cache: false
|
||||||
coverity_compiler_template_list: >-
|
coverity_compiler_template_list: >-
|
||||||
x86_64-openwrt-linux-gcc
|
x86_64-openwrt-linux-gcc
|
||||||
x86_64-openwrt-linux-musl-gcc
|
x86_64-openwrt-linux-musl-gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user