From: Daniel Bevenius Date: Mon, 11 May 2026 12:07:30 +0000 (+0200) Subject: try to fix window cublas CI failure X-Git-Tag: upstream/1.9.2~435 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f6f32a7f51c3e1c9fddb5ae55a7848221c667276;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp try to fix window cublas CI failure Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/25631391231/job/75237266964?pr=3803 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3f78a3..df390a91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -944,7 +944,7 @@ jobs: cmake --version where cmake if "${{ matrix.cuda-toolkit }}" == "11.8.0" ( - set CUDA_FLAGS=-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR + set CUDA_FLAGS=-allow-unsupported-compiler -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH -D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR -D__CUDA_NO_HALF_CONVERSIONS__ ) else ( set CUDA_FLAGS= )