mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
boehmgc: disabled tests on x86_64-darwin
This commit is contained in:
parent
dcd21563ad
commit
172f9cf807
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
++ lib.optional enableMmap "--enable-mmap"
|
||||
++ lib.optional enableLargeConfig "--enable-large-config";
|
||||
|
||||
doCheck = true;
|
||||
# `gctest` fails under emulation on aarch64-darwin
|
||||
doCheck = !(stdenv.isDarwin && stdenv.isx86_64);
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue