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:
Luke Granger-Brown 2021-04-25 14:32:33 +00:00
parent 632292a4db
commit eeeaa150a8

View file

@ -198,6 +198,9 @@ in rec {
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";
passthru.version = version;