tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
clickhouse: Add passthru.tests
Niklas Hambüchen
4 years ago
faadbddc
427941d7
+3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
clickhouse
default.nix
+3
pkgs/servers/clickhouse/default.nix
···
3
3
, icu, jemalloc, libcpuid, libxml2, lld, llvm, lz4, libmysqlclient, openssl, perl
4
4
, poco, protobuf, python3, rapidjson, re2, rdkafka, readline, sparsehash, unixODBC
5
5
, xxHash, zstd
6
6
+
, nixosTests
6
7
}:
7
8
8
9
stdenv.mkDerivation rec {
···
63
64
64
65
# Builds in 7+h with 2 cores, and ~20m with a big-parallel builder.
65
66
requiredSystemFeatures = [ "big-parallel" ];
67
67
+
68
68
+
passthru.tests.clickhouse = nixosTests.clickhouse;
66
69
67
70
meta = with lib; {
68
71
homepage = "https://clickhouse.tech/";