Skip to content

gitlab-ci: use buildcache instead of sccache

Ben Boeckel requested to merge ben.boeckel/vtk:ci-use-buildcache into master

sccache fails to work with CMake's forced use of the /FS flag. buildcache does, so use it.

Merge request reports