mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
clickhouse: mark as broken on 32-bit architectures
Hydra failed on configure phase for Linux i686 https://hydra.nixos.org/build/142591591/nixlog/1 configure can be fixed, but the package isn't supposed to work on 32-bits anyway https://github.com/ClickHouse/ClickHouse/pull/23959 ZHF: #122042
This commit is contained in:
parent
b28f0d640f
commit
4fd780f940
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "clickhouse";
|
||||
version = "20.11.4.13";
|
||||
|
||||
broken = stdenv.buildPlatform.is32bit; # not supposed to work on 32-bit https://github.com/ClickHouse/ClickHouse/pull/23959#issuecomment-835343685
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ClickHouse";
|
||||
repo = "ClickHouse";
|
||||
|
Loading…
Reference in New Issue
Block a user