Skip to content

ClickHouse/libc-blobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

The simplest way to run AArch64 clickhouse binary for testing on AMD64 machine:

  1. Install QEMU:
sudo apt install qemu-user-static
  1. Install the blobs from this repository:
sudo cp -r aarch64/* /
  1. Download the AArch64 binary from "ClickHouse special build check".

  2. Run it with QEMU:

qemu-aarch64-static clickhouse-aarch64 server

Alternatively you can install binfmt-misc:

docker run --rm --privileged multiarch/qemu-user-static:register --reset

And then run ClickHouse binary directly:

./clickhouse-aarch64 server

About

glibc shared libraries from multiple platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published