From d4f3e2f58203766ee16a81b8b0b9a2fe0cef76c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 10:37:51 +0100 Subject: change used tmpfs --- fc39a.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc39a.tpl') diff --git a/fc39a.tpl b/fc39a.tpl index 9e9cf75..a4e2067 100644 --- a/fc39a.tpl +++ b/fc39a.tpl @@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf' config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39a/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc39a/" -config_opts['basedir'] = '/dev/shm/' +config_opts['basedir'] = '/dev/build/' config_opts['resultdir'] = "/var/lib/mock/fc39a" config_opts['cleanup_on_success'] = True config_opts['cleanup_on_failure'] = False -- cgit