Re: [PATCH 7/7] gitlab: force ccache to validate compiler version

2024-12-04 Thread Philippe Mathieu-Daudé
On 4/12/24 20:48, Daniel P. Berrangé wrote: By default ccache checks the compiler 'mtime' to determine if it should invalidate the cache. On FreeBSD the 'mtime' reflects when the compiler package was installed, rather than when it was built. IOW, on throwaway CI VMs, the 'mtime' changes on every

[PATCH 7/7] gitlab: force ccache to validate compiler version

2024-12-04 Thread Daniel P . Berrangé
By default ccache checks the compiler 'mtime' to determine if it should invalidate the cache. On FreeBSD the 'mtime' reflects when the compiler package was installed, rather than when it was built. IOW, on throwaway CI VMs, the 'mtime' changes on every single job and is thus useless. It could vali