ceph: require big-parallel
It takes 3h+ for a 2 core build, and 24m for a big-parallel build for x86_64. For aarch64-linux, it times out with 2 cores.
This commit is contained in:
parent
632292a4db
commit
eeeaa150a8
|
@ -198,6 +198,9 @@ in rec {
|
||||||
|
|
||||||
doCheck = false; # uses pip to install things from the internet
|
doCheck = false; # uses pip to install things from the internet
|
||||||
|
|
||||||
|
# Takes 7+h to build with 2 cores.
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
meta = getMeta "Distributed storage system";
|
meta = getMeta "Distributed storage system";
|
||||||
|
|
||||||
passthru.version = version;
|
passthru.version = version;
|
||||||
|
|
Loading…
Reference in New Issue