Skip to content

Commit d0f3296

Browse files
committed
postgresql: drop tests on aarch64-darwin, too
I don't know. No progress in sight. Let's at least unblock all those dependees.
1 parent ba561f8 commit d0f3296

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkgs/servers/sql/postgresql/generic.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,10 @@ let
398398
# Tests just get stuck on macOS 14.x for v13 and v14
399399
!(stdenv'.hostPlatform.isDarwin && olderThan "15")
400400
&&
401-
# Likely due to rosetta emulation:
401+
# x86: Likely due to rosetta emulation:
402402
# FATAL: could not create shared memory segment: Cannot allocate memory
403-
!(stdenv'.hostPlatform.isDarwin && stdenv'.hostPlatform.isx86_64);
403+
# aarch64: not sure why, e.g. https://hydra.nixos.org/build/292573408/nixlog/7
404+
!(stdenv'.hostPlatform.isDarwin);
404405
installCheckTarget = "check-world";
405406

406407
passthru =

0 commit comments

Comments
 (0)