Skip to content

Commit

Permalink
Merge pull request #264998 from amjoseph-nixpkgs/libuv-powerpc-notests
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Nov 3, 2023
2 parents 6056522 + e663a72 commit f5ff2a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/libuv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f5ff2a7

Please sign in to comment.