From b5173611531d5d3bc177e5c0c9dc980ca469e255 Mon Sep 17 00:00:00 2001 From: Chris Herborth Date: Tue, 23 Dec 2025 15:17:38 -0500 Subject: [PATCH] Bump clang, remove ARM throttle --- clickhouse-25.11.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/clickhouse-25.11.yaml b/clickhouse-25.11.yaml index 4638c8f77ca..84e96f68eb1 100644 --- a/clickhouse-25.11.yaml +++ b/clickhouse-25.11.yaml @@ -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 @@ -15,6 +15,9 @@ package: - merged-usrsbin - wolfi-baselayout +vars: + clang-version: 21 + var-transforms: - from: ${{package.version}} match: ^(\d+).* @@ -32,7 +35,7 @@ environment: - build-base - busybox - ca-certificates-bundle - - clang-19 + - clang-${{vars.clang-version}} - cmake - coreutils - findutils @@ -40,7 +43,7 @@ environment: - grep - ini-file - libcxx1 - - lld-19 + - lld-${{vars.clang-version}} - nasm<3 - ninja - perl @@ -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}} \