Merge pull request #264998 from amjoseph-nixpkgs/libuv-powerpc-notests
This commit is contained in:
commit
f5ff2a71ec
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
# https://github.com/NixOS/nixpkgs/issues/219466
|
# https://github.com/NixOS/nixpkgs/issues/219466
|
||||||
separateDebugInfo = !stdenv.hostPlatform.isStatic;
|
separateDebugInfo = !stdenv.hostPlatform.isStatic;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck =
|
||||||
|
# routinely hangs on powerpc64le
|
||||||
|
!stdenv.hostPlatform.isPower64;
|
||||||
|
|
||||||
# Some of the tests use localhost networking.
|
# Some of the tests use localhost networking.
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
Loading…
Reference in a new issue