gitlab-ci: Directly use host-mapped directory for ccache
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 20 Nov 2019 08:11:35 +0000 (09:11 +0100)
committerMichel Dänzer <michel@daenzer.net>
Thu, 21 Nov 2019 09:13:43 +0000 (10:13 +0100)
commit32618ee719290da5e2c0d11ba8a6a8880c680b4a
tree7e58e949281d896e72dea39ada3309064e958e75
parent0d1085ac4a6d87ed13fce0c86858b8adabeeefe1
gitlab-ci: Directly use host-mapped directory for ccache

Use hardcoded /cache/mesa/ccache for the cache, so it will be shared by
all jobs of all Mesa projects running on the same runner host. This
should increase the hit rate and decrease the worst case storage used.

Further benefits of directly using a host-mapped directory:

* Saves up to ~1 minute per job for restoring and saving the cache
  contents via the GitLab CI cache mechanism
* Cache contents generated by failed jobs are no longer lost
* Jobs running in parallel on the same runner host can get hits from
  each other

Also enable compression, so the default maximum cache size of 5G might
be sufficient.

v2:
* Move CCACHE_DIR variable to the .build-linux template

Suggested-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net> # v1
.gitlab-ci.yml