Skip to content

ci: Set XDG_CACHE_HOME to tmpfs for bare-metal runners to avoid NFS.

Emma Anholt requested to merge anholt/mesa:ci-bm-disk-cache into master

We don't want these files shared between builds (it'll get blown away by the next rsync), and NFS will just increase our latency for hitting the cache.

Drops a630 gles31 run from 11-17 minutes to 5.5. Maximum cache size on a run I've seen is 153M, which it seems we can easily spare.

Fixes: f97acb4b ("freedreno/ir3: disk-cache support")

Merge request reports