]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : use ninja and fix caching for windows-cublas (#2910)
authorDaniel Bevenius <redacted>
Thu, 20 Mar 2025 16:01:48 +0000 (17:01 +0100)
committerGitHub <redacted>
Thu, 20 Mar 2025 16:01:48 +0000 (17:01 +0100)
commit485ece6725b2d83dc15f494427a9fca807c14aa0
tree6003e45d8b15377c1c8ba81cfe11dd67a6b6bd21
parente7d9d8687ac7f649c7adade50d29e9de6d9634c8
ci : use ninja and fix caching for windows-cublas (#2910)

This commit updates the windows-cublas job to use Ninja as the build
system instead of msbuild/msvc.

The motivation for this is that msbuild/mscv does not seem to handle
ccache/sccache well, for example it ignores the
`CMAKE_C_COMPILER_LAUNCHER` etc. variables. But using Ninja as the build
caching works and the build is initially the same speed as it is
currently (without caching) subsequently builds are much faster.

Refs: https://github.com/ggerganov/whisper.cpp/issues/2781
.github/workflows/build.yml