Compare commits

...

1 Commits

Author SHA1 Message Date
Sebastian Ullrich
6cd6f99e0f chore: CI: limit CCACHE_SIZE to 400MB 2025-04-11 17:41:54 +02:00

View File

@@ -46,7 +46,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_COMPRESS: true
# current cache limit
CCACHE_MAXSIZE: 600M
CCACHE_MAXSIZE: 400M
# squelch error message about missing nixpkgs channel
NIX_BUILD_SHELL: bash
LSAN_OPTIONS: max_leaks=10