Skip to content

Commit

Permalink
try to fix dependencies_SYSTEM build
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk authored Nov 17, 2024
1 parent 4e3fec2 commit 18f22da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
compiler: [clang-6, clang-10-libc++, gcc-7, gcc-8, gcc-9]
ssl: [ssl_ON, ssl_OFF]
dependencies: [dependencies_BUILT_IN]
clickhouse_server_image: ["clickhouse/clickhouse-server:22.3", "clickhouse/clickhouse-server:24.3"]
clickhouse_server: [CH22.3, CH24.3]

include:
- compiler: clang-6
Expand Down Expand Up @@ -68,6 +68,12 @@ jobs:
-D WITH_SYSTEM_LZ4=ON
-D WITH_SYSTEM_ABSEIL=ON
- clickhouse_server: CH22.3
clickhouse_server_image: "clickhouse-server:22.3"

- clickhouse_server: CH24.3
clickhouse_server_image: "clickhouse-server:24.3"

runs-on: ${{matrix.os}}

steps:
Expand Down

0 comments on commit 18f22da

Please sign in to comment.