chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/docs/en/chdb
Apache License 2.0
2.03k stars 72 forks source link

Add arm64 linux build #70

Closed nmreadelf closed 1 year ago

nmreadelf commented 1 year ago

Add arm64 build

lmangani commented 1 year ago

great work @nmreadelf 🎉 We just need to fix the filename build_arm_whells.yml to build_arm_wheels.yml

lmangani commented 1 year ago

Last request I promise! The build script is currently located inpackages/build_linux_arm64.sh but the ideal location for this file should be to remain alongside the other chdb scripts in the chdb folder. What do you think @auxten ?

auxten commented 1 year ago

Last request I promise! The build script is currently located inpackages/build_linux_arm64.sh but the ideal location for this file should be to remain alongside the other chdb scripts in the chdb folder. What do you think @auxten ?

I think we can move it to the chdb directory. I previously placed build_mac_arm64.sh in the packages folder, but it doesn't seem like a good idea. We can move them all to the chdb directory. Don't forget to update the script paths in the Makefile as well. @nmreadelf