From 89801b2878b72fadcdf3d43cb88c8b1cf0a15406 Mon Sep 17 00:00:00 2001 From: Jan Baudisch Date: Sun, 2 Feb 2025 14:05:12 +0100 Subject: [PATCH] feat(nix): enable checks on aarch64 --- nix/ddnnife.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/ddnnife.nix b/nix/ddnnife.nix index 6f73c57..a841af7 100644 --- a/nix/ddnnife.nix +++ b/nix/ddnnife.nix @@ -137,10 +137,6 @@ let '' ); } - // lib.optionalAttrs (d4 && hostPkgs.stdenv.system == "x86_64-darwin") { - # FIXME: Tests with d4 are currently unable to run on x86_64-darwin. - doCheck = false; - } // lib.optionalAttrs (d4 && hostPkgs.stdenv.hostPlatform.isWindows) { # The Windows cross-build won't find the correct include and library directories by default. CXXFLAGS = "-I ${hostPkgs.boost.dev}/include -I ${mt-kahypar.dev}/include";