Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clickhouse-23/23.8.11.28 package update #15156

Merged
merged 2 commits into from Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions 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:
Expand Down Expand Up @@ -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
Expand All @@ -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 \
..

Expand Down