projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51adcb7
)
CI: coverity: disable ccache usage
author
Christian Marangi
<ansuelsmth@gmail.com>
Sun, 28 May 2023 01:30:12 +0000
(
03:30
+0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Tue, 24 Oct 2023 15:12:04 +0000
(17:12 +0200)
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
)
.github/workflows/coverity.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/coverity.yml
b/.github/workflows/coverity.yml
index 363ce3a29a302090f6adab7372a69c596786ecaf..72f39a729bb6e59c717f6d894c59e6e960bea838 100644
(file)
--- 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