Skip to content

Commit 4291232

Browse files
authored
Merge pull request #2686 from diffblue/buildspec-apt-cache
AWS codebuild: cache apt lists and packages
2 parents 3a9c825 + 3adb717 commit 4291232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ artifacts:
3131
files:
3232
cache:
3333
paths:
34+
- '/var/cache/apt/**/*'
35+
- '/var/lib/apt/lists/**/*'
3436
- '/root/.ccache/**/*'

0 commit comments

Comments
 (0)