mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Merge pull request #65394 from alexkats/compatibility
Fix compatibility release check
This commit is contained in:
commit
b1f2b54d70
@ -196,7 +196,7 @@ def main():
|
||||
|
||||
# See https://sourceware.org/glibc/wiki/Glibc%20Timeline
|
||||
max_glibc_version = ""
|
||||
if "amd64" in check_name:
|
||||
if "amd64" in check_name or "release" in check_name:
|
||||
max_glibc_version = "2.4"
|
||||
elif "aarch64" in check_name:
|
||||
max_glibc_version = "2.18" # because of build with newer sysroot?
|
||||
|
Loading…
Reference in New Issue
Block a user