Skip to content

Commit

Permalink
fix(nix): disable doc-tests on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Dec 2, 2024
1 parent 9700ea2 commit 8188126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/ddnnife.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ let
);
}
)
// lib.optionalAttrs (hostPkgs.stdenv.system == "aarch64-darwin") {
# FIXME: Doc-tests currently fail on aarch64-darwin.
cargoTestExtraArgs = "--all-targets";
}
// lib.optionalAttrs (d4 && hostPkgs.stdenv.system == "x86_64-darwin") {
# FIXME: Tests with d4 are currently unable to run on x86_64-darwin.
doCheck = false;
Expand Down

0 comments on commit 8188126

Please sign in to comment.