diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-09-29 16:45:30 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-10-03 17:16:36 +0530 |
commit | 3193e623717290cdfcbdd49c6ec2949d9bb1f262 (patch) | |
tree | a772c867db7909c619b2a82419ed682d589d509c | |
parent | 3182e7d1d1ec013b945269b5bb3734c0eefde0fa (diff) |
gen-cache: Add files verbosely for debugging reasons
This way we get progress status to debug hangs and we can also easily
inspect changes in the contents, or extraneous files that should not
be cached.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/950>
-rw-r--r-- | cerbero/commands/cache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cerbero/commands/cache.py b/cerbero/commands/cache.py index d9fb46c2..42678eed 100644 --- a/cerbero/commands/cache.py +++ b/cerbero/commands/cache.py @@ -212,6 +212,7 @@ class GenCache(BaseCache): config.build_tools_cache, os.path.join('dist', arch), config.cache_file, + '--verbose', ] # xz seems to hang sometimes while compressing on Windows CI if config.platform != Platform.WINDOWS: |