ollama: fix build on darwin
remove test that fails due to sendboxing (the Metal compiler service cannot be invoked)
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user