ci: disable cache
Disable cache which increases total execution time without any visible benefits in the current setup. Need to revisit how we can better use ccache for CI builds. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7e625ab869
commit
5f5bd8b9f2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ env:
|
|||
- MATRIX_BUILD="5"
|
||||
|
||||
build:
|
||||
cache: true
|
||||
cache: false
|
||||
cache_dir_list:
|
||||
- ${SHIPPABLE_BUILD_DIR}/ccache
|
||||
pre_ci_boot:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue