Skip to content

WIP: Put ccache into gitlab cache instead of heaving one ccache per build machine

Build performance on Linux suffers, since our ccache is tied to the specific build machines and the build jobs have no locality. By putting the ccache into a central GitLab cache that problem vanishes at the cost of downloading and uploading the cache to the central storage.

Edited by Christian Godenschwager

Merge request reports