1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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.
This commit is contained in:
Andreas Rammhold 2019-05-17 20:00:22 +02:00
parent d436ab0718
commit 81f390d2e3
No known key found for this signature in database
GPG key ID: 74908259861E8386

View file

@ -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"