mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Disable rapidcheck tests in the coverage run
https://hydra.nixos.org/build/233688539
This commit is contained in:
parent
c8afa01bc2
commit
126e2645f2
6 changed files with 22 additions and 0 deletions
|
@ -588,6 +588,8 @@
|
|||
lcovFilter = [ "*/boost/*" "*-tab.*" ];
|
||||
|
||||
hardeningDisable = ["fortify"];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-DCOVERAGE=1";
|
||||
};
|
||||
|
||||
# API docs for Nix's unstable internal C++ interfaces.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue