Commit b5f92b23 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

llama-cpp: don't define metal test for linux

parent 6dad8b68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
  doCheck = false;

  passthru = {
    tests = {
    tests = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
      metal = llama-cpp.override { metalSupport = true; };
    };
    updateScript = nix-update-script {