mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Merge pull request #67557 from rschu1ze/icu-s390x
Re-enable ICU on s390/x
This commit is contained in:
commit
ce58549592
@ -4,9 +4,7 @@ else ()
|
|||||||
option(ENABLE_ICU "Enable ICU" 0)
|
option(ENABLE_ICU "Enable ICU" 0)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Temporarily disabled s390x because the ICU build links a blob (icudt71b_dat.S) and our friends from IBM did not explain how they generated
|
if (NOT ENABLE_ICU)
|
||||||
# the blob on s390x: https://github.com/ClickHouse/icudata/pull/2#issuecomment-2226957255
|
|
||||||
if (NOT ENABLE_ICU OR ARCH_S390X)
|
|
||||||
message(STATUS "Not using ICU")
|
message(STATUS "Not using ICU")
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
2
contrib/icudata
vendored
2
contrib/icudata
vendored
@ -1 +1 @@
|
|||||||
Subproject commit d345d6ac22f381c882420de9053d30ae1ff38d75
|
Subproject commit 4904951339a70b4814d2d3723436b20d079cb01b
|
Loading…
Reference in New Issue
Block a user