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:
parent
d436ab0718
commit
81f390d2e3
@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dloadkeys-path=${kbd}/bin/loadkeys"
|
"-Dloadkeys-path=${kbd}/bin/loadkeys"
|
||||||
"-Dsetfont-path=${kbd}/bin/setfont"
|
"-Dsetfont-path=${kbd}/bin/setfont"
|
||||||
"-Dtty-gid=3" # tty in NixOS has gid 3
|
"-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"
|
"-Dlz4=true"
|
||||||
"-Dhostnamed=true"
|
"-Dhostnamed=true"
|
||||||
"-Dnetworkd=true"
|
"-Dnetworkd=true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user