Unverified Commit f5ff2a71 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #264998 from amjoseph-nixpkgs/libuv-powerpc-notests

parents 6056522e e663a72b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -93,7 +93,9 @@ stdenv.mkDerivation (finalAttrs: {
  # https://github.com/NixOS/nixpkgs/issues/219466
  separateDebugInfo = !stdenv.hostPlatform.isStatic;

  doCheck = true;
  doCheck =
    # routinely hangs on powerpc64le
    !stdenv.hostPlatform.isPower64;

  # Some of the tests use localhost networking.
  __darwinAllowLocalNetworking = true;