Merge pull request #120679 from lukegb/big-parallel

treewide: require big-parallel on large, slow builds
This commit is contained in:
Graham Christensen
2021-04-25 21:22:57 -04:00
committed by GitHub
5 changed files with 15 additions and 0 deletions
+3
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";