Re-enable ICU on s390/x

This commit is contained in:
Robert Schulze 2024-07-31 18:08:14 +00:00
parent a38c2e558b
commit dde274f6fa
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 2 additions and 4 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit d345d6ac22f381c882420de9053d30ae1ff38d75 Subproject commit 4904951339a70b4814d2d3723436b20d079cb01b