From 3decceb0b552746bebec7102e9ca657eff8ddc38 Mon Sep 17 00:00:00 2001 From: lleyton Date: Mon, 8 Jan 2024 16:10:35 -0800 Subject: [PATCH] feat: bump mock ccache max size to 10G (#889) --- anda/terra/mock-configs/terra-mock-configs.spec | 5 ++++- anda/terra/mock-configs/terra.tpl | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index 4faa64dadb..dab6e25cdf 100644 --- a/anda/terra/mock-configs/terra-mock-configs.spec +++ b/anda/terra/mock-configs/terra-mock-configs.spec @@ -1,5 +1,5 @@ Name: terra-mock-configs -Version: 6 +Version: 7 Release: 1%{?dist} Summary: Mock configs for Terra repos @@ -53,6 +53,9 @@ ln -s %{_sysconfdir}/mock/terra-38-aarch64.cfg %{buildroot}%{_sysconfdir}/mock/a %config %{_sysconfdir}/mock/anda-38-aarch64.cfg %changelog +* Mon Jan 08 2024 Lleyton Gray - 7-1 +- Bump ccache max size to 10G + * Wed Aug 16 2023 madonuko - 6-1 - Remove RPM Fusion diff --git a/anda/terra/mock-configs/terra.tpl b/anda/terra/mock-configs/terra.tpl index 52d79bea72..388665c78a 100644 --- a/anda/terra/mock-configs/terra.tpl +++ b/anda/terra/mock-configs/terra.tpl @@ -9,6 +9,7 @@ config_opts['plugin_conf']['root_cache_enable'] = True config_opts['plugin_conf']['yum_cache_enable'] = True config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['compress'] = 'on' +config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '10G' # repos dnf_conf = """