clickhouse: require big-parallel

It takes 7h+ on a "normal" 2-core-allocated Packet builder, and 20m on a
big-parallel machine.
This commit is contained in:
Luke Granger-Brown 2021-04-25 14:36:22 +00:00
parent eeeaa150a8
commit b1173688a8

View file

@ -70,6 +70,9 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
# Builds in 7+h with 2 cores, and ~20m with a big-parallel builder.
requiredSystemFeatures = [ "big-parallel" ];
meta = with lib; {
homepage = "https://clickhouse.tech/";
description = "Column-oriented database management system";