git: Remove ccache show stats again from rpm runner

This commit is contained in:
WerWolv
2025-07-24 14:39:26 +02:00
parent 3c1c9c13d8
commit 518ada6dae

View File

@@ -1046,7 +1046,6 @@ jobs:
config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
config_opts['plugin_conf']['ccache_opts']['compress'] = True
config_opts['plugin_conf']['ccache_opts']['dir'] = "${{ github.workspace }}/.ccache"
config_opts['plugin_conf']['ccache_opts']['show_stats'] = True
EOT
# Fedora cmake build (in imhex.spec)