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:
Anas Nashif 2018-09-18 13:53:08 -05:00
commit 5f5bd8b9f2

View file

@ -19,7 +19,7 @@ env:
- MATRIX_BUILD="5"
build:
cache: true
cache: false
cache_dir_list:
- ${SHIPPABLE_BUILD_DIR}/ccache
pre_ci_boot: