llama-cpp: don't define metal test for linux (#445066)
This commit is contained in:
@@ -177,7 +177,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests = {
|
tests = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
|
||||||
metal = llama-cpp.override { metalSupport = true; };
|
metal = llama-cpp.override { metalSupport = true; };
|
||||||
};
|
};
|
||||||
updateScript = nix-update-script {
|
updateScript = nix-update-script {
|
||||||
|
|||||||
Reference in New Issue
Block a user