git: More ccache fixes for Snap and RPM

This commit is contained in:
WerWolv
2025-07-24 12:35:16 +02:00
parent e5e867db22
commit 4c8c383378
2 changed files with 4 additions and 9 deletions

View File

@@ -39,13 +39,12 @@ parts:
- CXX: /usr/bin/g++-14
cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_C_COMPILER_LAUNCHER=/usr/bin/ccache
- -DCMAKE_CXX_COMPILER_LAUNCHER=/usr/bin/ccache
- -DCMAKE_C_COMPILER_LAUNCHER=${CCACHE}
- -DCMAKE_CXX_COMPILER_LAUNCHER=${CCACHE}
cmake-generator: Ninja
build-packages:
- cmake
- ninja-build
- ccache
- gcc-14
- g++-14
- git