Skip to content

Commit

Permalink
remove crypto3-sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Nov 26, 2024
1 parent a61da0b commit aa1e261
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
enableDebug = true;
runTests = true;
});
crypto3-sanitize = (pkgs.callPackage ./crypto3.nix {
runTests = true;
enableDebug = false;
sanitize = true;
});
crypto3-clang-sanitize = (pkgs.callPackage ./crypto3.nix {
stdenv = pkgs.llvmPackages_19.stdenv;
runTests = true;
Expand Down

0 comments on commit aa1e261

Please sign in to comment.