qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/7] gitlab: enable ccache with Cirrus CI


From: Thomas Huth
Subject: Re: [PATCH 5/7] gitlab: enable ccache with Cirrus CI
Date: Thu, 5 Dec 2024 11:58:36 +0100
User-agent: Mozilla Thunderbird

On 04/12/2024 20.48, Daniel P. Berrangé wrote:
Add rules to configure the use of ccache with Cirrus CI jobs,
and preserve the cache across jobs.

The HomeBrew PATH was already present, but incorrect, while
the FreeBSD PATH was missing.

About 1 GB is enough to get a 99% hit rate on a pristine rebuild
with no code changes. Setting it much higher than this will
trigger ENOSPC problems on the FreeBSD builders due to limited
disk size.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  .gitlab-ci.d/cirrus.yml       | 3 ++-
  .gitlab-ci.d/cirrus/build.yml | 9 +++++++++
  2 files changed, 11 insertions(+), 1 deletion(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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