mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #11430 from exprmntr/exprmntr-patch-1
Sync arcadia changes
This commit is contained in:
commit
dad84af70f
@ -6,7 +6,7 @@ CFLAGS(
|
||||
)
|
||||
|
||||
ADDINCL(
|
||||
library/consistent_hashing
|
||||
library/cpp/consistent_hashing
|
||||
contrib/libs/farmhash
|
||||
contrib/libs/hyperscan/src
|
||||
contrib/libs/icu/common
|
||||
@ -26,7 +26,7 @@ PEERDIR(
|
||||
contrib/libs/metrohash
|
||||
contrib/libs/rapidjson
|
||||
contrib/libs/xxhash
|
||||
library/consistent_hashing
|
||||
library/cpp/consistent_hashing
|
||||
)
|
||||
|
||||
# "Arcadia" build is slightly deficient. It lacks many libraries that we need.
|
||||
|
@ -5,7 +5,7 @@ CFLAGS(
|
||||
)
|
||||
|
||||
ADDINCL(
|
||||
library/consistent_hashing
|
||||
library/cpp/consistent_hashing
|
||||
contrib/libs/farmhash
|
||||
contrib/libs/hyperscan/src
|
||||
contrib/libs/icu/common
|
||||
@ -25,7 +25,7 @@ PEERDIR(
|
||||
contrib/libs/metrohash
|
||||
contrib/libs/rapidjson
|
||||
contrib/libs/xxhash
|
||||
library/consistent_hashing
|
||||
library/cpp/consistent_hashing
|
||||
)
|
||||
|
||||
# "Arcadia" build is slightly deficient. It lacks many libraries that we need.
|
||||
|
Loading…
Reference in New Issue
Block a user