Skip to content

Commit 00edb1d

Browse files
committed
ci : add sccache compiler launcher for windows-cublas-ci
This commit add sccache compiler launcher for windows-cublas-ci to hopefully enable the sccache to be used.
1 parent 4e84e1f commit 00edb1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,11 @@ jobs:
639639
-DGGML_CUDA=${{ matrix.cublas }} ^
640640
-DCMAKE_CUDA_ARCHITECTURES=all ^
641641
-DWHISPER_SDL2=${{ matrix.sdl2 }} ^
642+
-DCMAKE_CUDA_COMPILER_LAUNCHER=sccache ^
643+
-DCMAKE_C_COMPILER_LAUNCHER=sccache ^
644+
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache ^
645+
-DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT=Embedded ^
646+
-DCMAKE_POLICY_CMP0141=NEW ^
642647
-DSDL2_DIR="%SDL2_DIR%"
643648
644649
- name: Build Project

0 commit comments

Comments
 (0)