diff --git a/clickhouse-23.yaml b/clickhouse-23.yaml index a0741e0592..e372d2d950 100644 --- a/clickhouse-23.yaml +++ b/clickhouse-23.yaml @@ -1,6 +1,6 @@ package: name: clickhouse-23 - version: 23.8.10.43 + version: 23.8.11.28 epoch: 0 description: ClickHouse is the fastest and most resource efficient open-source database for real-time apps and analytics. copyright: @@ -38,7 +38,7 @@ pipeline: with: repository: https://github.com/ClickHouse/ClickHouse tag: v${{package.version}}-lts - expected-commit: a278225bba98c092a9b8101e6c02836bbc4d030b + expected-commit: 31879d2ab4cda2749f6b5c296ed0f7536fb05547 # The default build script is defensive and tries to protect against defining cflags. - uses: patch @@ -53,6 +53,7 @@ pipeline: -DCOMPILER_CACHE=disabled \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ + -DNO_ARMV81_OR_HIGHER=1 \ -DCMAKE_INSTALL_LIBDIR=lib \ ..