Skip to content

Commit

Permalink
feat: bump mock ccache max size to 10G (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Jan 9, 2024
1 parent e51bc5a commit 3decceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion anda/terra/mock-configs/terra-mock-configs.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: terra-mock-configs
Version: 6
Version: 7
Release: 1%{?dist}
Summary: Mock configs for Terra repos

Expand Down Expand Up @@ -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 <[email protected]> - 7-1
- Bump ccache max size to 10G

* Wed Aug 16 2023 madonuko <[email protected]> - 6-1
- Remove RPM Fusion

Expand Down
1 change: 1 addition & 0 deletions anda/terra/mock-configs/terra.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """

Expand Down

0 comments on commit 3decceb

Please sign in to comment.