scylladb: remove the "broken" mark, add "big-parallel"

The build is really CPU-intensive, and requires around
2 * --cores GiB RAM.
This commit is contained in:
Vladimír Čunát 2019-10-09 14:39:37 +02:00
parent d16545fc95
commit de513680c5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 3 deletions

View file

@ -95,6 +95,6 @@ gcc8Stdenv.mkDerivation {
license = licenses.agpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.farlion ];
broken = true;
requiredSystemFeatures = [ "big-parallel" ];
};
}

View file

@ -24494,8 +24494,8 @@ in
sct = callPackage ../tools/X11/sct {};
scylladb = callPackage ../servers/scylladb {
thrift = thrift-0_10;
};
thrift = thrift-0_10;
};
seafile-shared = callPackage ../misc/seafile-shared { };