My main use case would be to easily run Clickhouse on EC2 Graviton2 instances. Also it'd help local development on Apple M1 computers without having to emulate amd64 images. Describe the solution you'd like Official arm64 builds for Docker. Describe alternatives you've considered I understand an alternative would be to build Clickhouse myself.
FAIL: The CPU your machine is running on does not support the SSE 4.2 instruction set, which is required for one of the services Sentry uses (Clickhouse). See https://git.io/JvLDt for more info. mac os 11.4 ; Apple M1
It seems some recent change in cpu feature config, caused the build from master to fail on OSX/Apple M1 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. [ 97%] Linking CXX executable unit_tests_dbms Undefined symbols for architecture arm64: "_...
Describe what's wrong When starting a new empty ClickHouse server on a MacBook Pro M1 there seem to be some problems with the initial system table setup. Connecting the client gives an exception, as do a number of subsequent queries agai...
14.12.2021 · MacBook M1 users were probably the first who realized it en masse last year when many applications could not run on new Macs. ClickHouse is not an exception, and it took us a while to produce reliable native ARM builds.
This is how I build Clickhouse on Apple M1. commit I'm building: 40f5e06a8d9b2074b5985a8042f3ebf9940c77f4 Three problems: 1. zlib-ng is breaking the ...
02.11.2021 · I'm running ClickHouse Docker image on MacBook M1 and getting the following error. clickhouse-02_1 | runtime: failed to create new OS thread (have 2 already; errno=22 ...