diff --git a/contrib/llvm-project b/contrib/llvm-project index 71e5e5f4876..6ca2b5b3927 160000 --- a/contrib/llvm-project +++ b/contrib/llvm-project @@ -1 +1 @@ -Subproject commit 71e5e5f48761c6ae1b17c1e5afe1d1dcfdbafdec +Subproject commit 6ca2b5b3927226f6bcf6c656f502ff5d012ad9b6 diff --git a/tests/ci/compatibility_check.py b/tests/ci/compatibility_check.py index 39d027ad3c0..2b61501a0dd 100644 --- a/tests/ci/compatibility_check.py +++ b/tests/ci/compatibility_check.py @@ -99,6 +99,7 @@ def get_run_commands( return [ f"readelf -s {build_path}/usr/bin/clickhouse | grep '@GLIBC_' > {result_folder}/glibc.log", f"readelf -s {build_path}/usr/bin/clickhouse-odbc-bridge | grep '@GLIBC_' >> {result_folder}/glibc.log", + f"readelf -s {build_path}/usr/bin/clickhouse-library-bridge | grep '@GLIBC_' >> {result_folder}/glibc.log", f"docker run --network=host --volume={build_path}/usr/bin/clickhouse:/clickhouse " f"--volume={build_path}/etc/clickhouse-server:/config " f"--volume={server_log_folder}:/var/log/clickhouse-server {image_ubuntu} > {result_folder}/ubuntu:12.04",