Unverified Commit d0f32962 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

postgresql: drop tests on aarch64-darwin, too

I don't know.  No progress in sight.
Let's at least unblock all those dependees.
parent ba561f87
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -398,9 +398,10 @@ let
          # Tests just get stuck on macOS 14.x for v13 and v14
          !(stdenv'.hostPlatform.isDarwin && olderThan "15")
        &&
          # Likely due to rosetta emulation:
          # x86: Likely due to rosetta emulation:
          #   FATAL:  could not create shared memory segment: Cannot allocate memory
          !(stdenv'.hostPlatform.isDarwin && stdenv'.hostPlatform.isx86_64);
          # aarch64: not sure why, e.g. https://hydra.nixos.org/build/292573408/nixlog/7
          !(stdenv'.hostPlatform.isDarwin);
      installCheckTarget = "check-world";

      passthru =