summaryrefslogtreecommitdiffstats
path: root/el10x.tpl
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-07 10:37:51 +0100
committerRemi Collet <remi@php.net>2025-02-07 10:37:51 +0100
commitd4f3e2f58203766ee16a81b8b0b9a2fe0cef76c4 (patch)
tree6be8b49cd3e426f4ce63a922e99c9a75aad3a2c3 /el10x.tpl
parent1b53e8f3fa5f09c1c64eb3a7ca93ba208cd8483d (diff)
change used tmpfs
Diffstat (limited to 'el10x.tpl')
-rw-r--r--el10x.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/el10x.tpl b/el10x.tpl
index 5ac7c6c..54020db 100644
--- a/el10x.tpl
+++ b/el10x.tpl
@@ -10,9 +10,9 @@ config_opts['package_manager'] = 'dnf4'
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
-config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el10x/"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.el10x/"
-config_opts['basedir'] = '/dev/shm/'
+config_opts['basedir'] = '/dev/build/'
config_opts['cleanup_on_success'] = True
config_opts['cleanup_on_failure'] = False