From 07762eb5cfe735e131a7f017939a6b0ccfb28389 Mon Sep 17 00:00:00 2001 From: Wander Hillen Date: Sun, 13 Sep 2020 23:11:43 +0200 Subject: Also cache other hadrian builds --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f6c4e6f98..b0792f403c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -229,6 +229,7 @@ lint-release-changelogs: - git checkout .gitmodules - "git fetch https://gitlab.haskell.org/ghc/ghc-performance-notes.git refs/notes/perf:refs/notes/perf || true" after_script: + - cp -Rf $HOME/.cabal cabal-cache - .gitlab/ci.sh clean tags: - x86_64-linux -- cgit v1.2.1