feat: bump mock ccache max size to 10G (#889)

This commit is contained in:
lleyton
2024-01-08 16:10:35 -08:00
committed by GitHub
parent e51bc5a3b4
commit 3decceb0b5
2 changed files with 5 additions and 1 deletions
@@ -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 <lleyton@fyralabs.com> - 7-1
- Bump ccache max size to 10G
* Wed Aug 16 2023 madonuko <mado@fyralabs.com> - 6-1
- Remove RPM Fusion
+1
View File
@@ -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 = """