Skip to content
Snippets Groups Projects
Commit 049697ef authored by Maël Madon's avatar Maël Madon
Browse files

clean: remove gcov post-build from nix, for now

parent d1394da3
No related branches found
No related tags found
1 merge request!4Clean repo
Pipeline #4531 passed
...@@ -37,11 +37,6 @@ let ...@@ -37,11 +37,6 @@ let
mesonBuildType = "debug"; mesonBuildType = "debug";
hardeningDisable = [ "all" ]; hardeningDisable = [ "all" ];
dontStrip = true; dontStrip = true;
# Keep files generated by GCOV, so depending jobs can use them.
postInstall = pkgs.lib.optionalString doCoverage ''
mkdir -p $out/gcno
cp batsched.p/*.gcno $out/gcno/
'';
}); });
# Batmen integration tests. # Batmen integration tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment