Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions clickhouse-25.11.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: clickhouse-25.11
version: "25.11.3.54"
epoch: 0
epoch: 1
description: ClickHouse is the fastest and most resource efficient open-source database for real-time apps and analytics.
copyright:
- license: Apache-2.0
Expand All @@ -15,6 +15,9 @@ package:
- merged-usrsbin
- wolfi-baselayout

vars:
clang-version: 21

var-transforms:
- from: ${{package.version}}
match: ^(\d+).*
Expand All @@ -32,15 +35,15 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- clang-19
- clang-${{vars.clang-version}}
- cmake
- coreutils
- findutils
- git
- grep
- ini-file
- libcxx1
- lld-19
- lld-${{vars.clang-version}}
- nasm<3
- ninja
- perl
Expand Down Expand Up @@ -79,7 +82,6 @@ pipeline:
-DCOMPILER_CACHE=disabled \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RELEASE \
-DNO_ARMV81_OR_HIGHER=1 \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_CXX_FLAGS="-Wno-error=unused-result" \
-DVERSION_STRING=${{package.version}} \
Expand Down
Loading