Skip to content

gitlab-ci: Reenable ccache but disable it during the initial meson call

Christoph Reiter requested to merge creiter/gtk:gitlab-ci-ccache-again into master

There where some problems (??) with ccache not detecting changes during meson checks. Setting CCACHE_DISABLE during the meson execution makes ccache not use the cache and pass things directly to the compiler.

Merge request reports