Commit c03b3f04 authored by Michael Roitzsch's avatar Michael Roitzsch
Browse files

ollama: fix build on darwin

remove test that fails due to sendboxing
(the Metal compiler service cannot be invoked)
parent e4c36d85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ goBuild (finalAttrs: {
  + lib.optionalString stdenv.hostPlatform.isDarwin ''
    rm ml/backend/ggml/ggml_test.go
    rm ml/nn/pooling/pooling_test.go
    rm model/models/qwen3next/checkpoints_test.go
  '';

  overrideModAttrs = (