Vladimír Čunát 2023-09-01 09:13:10 +02:00
parent 30b5d01f6f
commit 5842d103dc
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -79,7 +79,9 @@ 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) && !isi686;
doCheck = with stdenv.hostPlatform; !isStatic && !(isAarch64 && isLinux)
# https://gitlab.isc.org/isc-projects/bind9/-/issues/4269
&& !is32bit;
checkTarget = "unit";
checkInputs = [
cmocka