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:
parent
ae7b05328c
commit
2129ee1879
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue