clickhouse: Add passthru.tests
This commit is contained in:
parent
427941d737
commit
faadbddcd7
@ -3,6 +3,7 @@
|
|||||||
, icu, jemalloc, libcpuid, libxml2, lld, llvm, lz4, libmysqlclient, openssl, perl
|
, icu, jemalloc, libcpuid, libxml2, lld, llvm, lz4, libmysqlclient, openssl, perl
|
||||||
, poco, protobuf, python3, rapidjson, re2, rdkafka, readline, sparsehash, unixODBC
|
, poco, protobuf, python3, rapidjson, re2, rdkafka, readline, sparsehash, unixODBC
|
||||||
, xxHash, zstd
|
, xxHash, zstd
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -64,6 +65,8 @@ stdenv.mkDerivation rec {
|
|||||||
# Builds in 7+h with 2 cores, and ~20m with a big-parallel builder.
|
# Builds in 7+h with 2 cores, and ~20m with a big-parallel builder.
|
||||||
requiredSystemFeatures = [ "big-parallel" ];
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
|
passthru.tests.clickhouse = nixosTests.clickhouse;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://clickhouse.tech/";
|
homepage = "https://clickhouse.tech/";
|
||||||
description = "Column-oriented database management system";
|
description = "Column-oriented database management system";
|
||||||
|
Loading…
Reference in New Issue
Block a user