From 3adb717e99f62072aa7295ae9ae3785567a40234 Mon Sep 17 00:00:00 2001 From: Daniel Kroening Date: Mon, 6 Aug 2018 08:51:20 +0100 Subject: [PATCH] AWS codebuild: cache apt lists and packages --- buildspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildspec.yml b/buildspec.yml index 13d19447979..2872198b604 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -31,4 +31,6 @@ artifacts: files: cache: paths: + - '/var/cache/apt/**/*' + - '/var/lib/apt/lists/**/*' - '/root/.ccache/**/*'