summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-05-17 20:00:22 +0200
committerAndreas Rammhold <andreas@rammhold.de>2019-06-03 15:05:21 +0200
commit81f390d2e3f0b297e7b50c779b49babcd6a1fa7e (patch)
treef2769eb968bf9c799dc5b4e86543bce4da632b4f /pkgs/os-specific/linux/systemd
parentd436ab07182ffee2b3447df892828137fc3767e8 (diff)
downloadnixpkgs-81f390d2e3f0b297e7b50c779b49babcd6a1fa7e.tar
nixpkgs-81f390d2e3f0b297e7b50c779b49babcd6a1fa7e.tar.gz
nixpkgs-81f390d2e3f0b297e7b50c779b49babcd6a1fa7e.tar.bz2
nixpkgs-81f390d2e3f0b297e7b50c779b49babcd6a1fa7e.tar.lz
nixpkgs-81f390d2e3f0b297e7b50c779b49babcd6a1fa7e.tar.xz
nixpkgs-81f390d2e3f0b297e7b50c779b49babcd6a1fa7e.tar.zst
nixpkgs-81f390d2e3f0b297e7b50c779b49babcd6a1fa7e.zip
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.
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index cc708cb4a89..a94490d594b 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/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"