Skip to content

Commit adaf684

Browse files
committed
GitHub Actions: Increase ccache size to 300M
Cache hit rate was and cache size is Linux configure: about 92.5%, now just over 250M Fedora CMake: about 80%, now 300M macOS: 100%, just under 250M
1 parent 73155c1 commit adaf684

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-mythtv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
TZ: Etc/UTC
6767
CCACHE_DIR: $HOME/.ccache
6868
CCACHE_COMPRESS: true
69-
CCACHE_MAXSIZE: 250M
69+
CCACHE_MAXSIZE: 300M
7070
DEBIAN_FRONTEND: noninteractive
7171

7272
strategy:
@@ -368,7 +368,7 @@ jobs:
368368
TZ: Etc/UTC
369369
CCACHE_DIR: $HOME/.ccache
370370
CCACHE_COMPRESS: true
371-
CCACHE_MAXSIZE: 250M
371+
CCACHE_MAXSIZE: 300M
372372
CONFIGURE_CMD: 'cmake --preset ${{ matrix.os.qt_version }} -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_LTO=OFF'
373373
MAKE_CMD: 'cmake --build build-${{ matrix.os.qt_version }}'
374374
TEST_CMD: 'cmake --build build-${{ matrix.os.qt_version }} -t MythTV-tests'

0 commit comments

Comments
 (0)