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:
parent
d16545fc95
commit
de513680c5
@ -95,6 +95,6 @@ gcc8Stdenv.mkDerivation {
|
|||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.farlion ];
|
maintainers = [ stdenv.lib.maintainers.farlion ];
|
||||||
broken = true;
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user