mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 13:17:37 +00:00
feat: bump mock ccache max size to 10G (#889)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 = """
|
||||
|
||||
|
||||
Reference in New Issue
Block a user