Skip to content

Several CI improvements

Tobias Leibner requested to merge increase_ccache_size_for_functions into master

ccache works very well for most tests. However, the functions clang_full cpp tests do not seem to profit from it. Unfortunately, the job log is too long and thus is not fully displayed, so I cannot see the cache hit rate, but I suspect the cache is just too small for this test. So this MR increases the cache size for that test.

Edited by Tobias Leibner

Merge request reports