From 5f5bd8b9f21246a905d4c815672f827e896104a5 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 18 Sep 2018 13:53:08 -0500 Subject: [PATCH] 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 --- .shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shippable.yml b/.shippable.yml index 7ae4d87cb8c..4124df0a23f 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -19,7 +19,7 @@ env: - MATRIX_BUILD="5" build: - cache: true + cache: false cache_dir_list: - ${SHIPPABLE_BUILD_DIR}/ccache pre_ci_boot: