systemd: disable building tests

We are currently not running any tests but building them takes
signitifcant amounts of time since they account to about 40% of all the
compilation targets.
wip/yesman
Andreas Rammhold 5 years ago
parent d436ab0718
commit 81f390d2e3
No known key found for this signature in database
GPG Key ID: 74908259861E8386
  1. 3
      pkgs/os-specific/linux/systemd/default.nix

@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
"-Dloadkeys-path=${kbd}/bin/loadkeys"
"-Dsetfont-path=${kbd}/bin/setfont"
"-Dtty-gid=3" # tty in NixOS has gid 3
# "-Dtests=" # TODO
# while we do not run tests we should also not build them. Removes about 600 targets
"-Dtests=false"
"-Dlz4=true"
"-Dhostnamed=true"
"-Dnetworkd=true"

Loading…
Cancel
Save