Commit 9aed72bc authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.torchao: disable on aarch64-linux

parent e584e0d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -345,5 +345,9 @@ buildPythonPackage (finalAttrs: {
      GaetanLepage
      sarahec
    ];
    badPlatforms = [
      # Many tests failing and hanging indefinitely
      "aarch64-linux"
    ];
  };
})