Commit cca086b8 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

halide: disable on darwin (compilation fails)

parent b17f1697
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -156,5 +156,10 @@ stdenv.mkDerivation (finalAttrs: {
      twesterhout
    ];
    broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
    badPlatforms = [
      # Build fails on darwin:
      # FAILED: [code=133] test/autoschedulers/anderson2021/anderson2021_demo.h
      lib.systems.inspect.patterns.isDarwin
    ];
  };
})