ollama: fix build on darwin

remove test that fails due to sendboxing
(the Metal compiler service cannot be invoked)
This commit is contained in:
Michael Roitzsch
2026-02-11 14:44:06 +01:00
parent e4c36d855b
commit c03b3f049b
+1
View File
@@ -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 = (