Loading pkgs/servers/dns/bind/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; # TODO: investigate the aarch64-linux failures; see this and linked discussions: # https://github.com/NixOS/nixpkgs/pull/192962 doCheck = with stdenv.hostPlatform; !isStatic && !(isAarch64 && isLinux); doCheck = with stdenv.hostPlatform; !isStatic && !(isAarch64 && isLinux) && !isi686; checkTarget = "unit"; checkInputs = [ cmocka Loading Loading
pkgs/servers/dns/bind/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; # TODO: investigate the aarch64-linux failures; see this and linked discussions: # https://github.com/NixOS/nixpkgs/pull/192962 doCheck = with stdenv.hostPlatform; !isStatic && !(isAarch64 && isLinux); doCheck = with stdenv.hostPlatform; !isStatic && !(isAarch64 && isLinux) && !isi686; checkTarget = "unit"; checkInputs = [ cmocka Loading