Skip to content

Use minio for faster ccache management 馃巸

Major Hayden requested to merge faster-ccache-handling into master

The gitlab-runner code for managing cache is very slow with lots of files. It tries to compress all of them and stores them in zip format. Storing and restoring ccache data takes anywhere from 2-6 minutes each time.

This MR reduces the store/restore times to less than 10 seconds each. ;)


Requires !261 (merged) to merge first.

Merge request reports