mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Check what will happen if we build ClickHouse with Musl
This commit is contained in:
parent
a956cec61f
commit
1790626406
@ -86,7 +86,7 @@ if (OS MATCHES "Linux"
|
|||||||
# - compile musl with debug and -fasynchronous-unwind-tables
|
# - compile musl with debug and -fasynchronous-unwind-tables
|
||||||
#
|
#
|
||||||
# But none of this changes anything so far.
|
# But none of this changes anything so far.
|
||||||
set (CMAKE_TOOLCHAIN_FILE "cmake/linux/toolchain-x86_64.cmake" CACHE INTERNAL "")
|
set (CMAKE_TOOLCHAIN_FILE "cmake/linux/toolchain-x86_64-musl.cmake" CACHE INTERNAL "")
|
||||||
elseif (ARCH MATCHES "^(aarch64.*|AARCH64.*|arm64.*|ARM64.*)")
|
elseif (ARCH MATCHES "^(aarch64.*|AARCH64.*|arm64.*|ARM64.*)")
|
||||||
set (CMAKE_TOOLCHAIN_FILE "cmake/linux/toolchain-aarch64.cmake" CACHE INTERNAL "")
|
set (CMAKE_TOOLCHAIN_FILE "cmake/linux/toolchain-aarch64.cmake" CACHE INTERNAL "")
|
||||||
elseif (ARCH MATCHES "^(ppc64le.*|PPC64LE.*)")
|
elseif (ARCH MATCHES "^(ppc64le.*|PPC64LE.*)")
|
||||||
|
Loading…
Reference in New Issue
Block a user