qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 7/7] gitlab: force ccache to validate compiler version
Date: Wed, 4 Dec 2024 21:30:25 +0100
User-agent: Mozilla Thunderbird

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 single job and is thus useless.

It could validate the compiler binary content, but validating the
compiler version string is less CPU intensive.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
---
  .gitlab-ci.d/cirrus/build.yml | 1 +
  1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]