Skip to content

Commit

Permalink
cc scripts: install working clickhouse version
Browse files Browse the repository at this point in the history
commit_hash:ce9912d92d741a1ba83dc301083a3d789c7468b6
  • Loading branch information
fdr400 committed Jan 27, 2025
1 parent ff16341 commit e0f3f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/clickhouse/ubuntu-install-clickhouse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Exit on any error and treat unset variables as errors, print all commands
set -euox pipefail

CLICKHOUSE_VERSION=${CLICKHOUSE_VERSION:=v2.5.1}
CLICKHOUSE_VERSION=${CLICKHOUSE_VERSION:=v2.3.0}

# Installing Clickhouse C++ client libraries from sources
git clone --depth 1 -b ${CLICKHOUSE_VERSION} https://github.com/ClickHouse/clickhouse-cpp.git
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/setup-base-ubuntu-22.04-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ apt clean all

# You could override those versions from command line
export AMQP_VERSION=${AMQP_VERSION:=v4.3.18}
export CLICKHOUSE_VERSION=${CLICKHOUSE_VERSION:=v2.5.1}
export CLICKHOUSE_VERSION=${CLICKHOUSE_VERSION:=v2.3.0}
export ROCKSDB_VERSION=${ROCKSDB_VERSION:=v8.9.1}
export POSTGRESQL_VERSION=${POSTGRESQL_VERSION:=14}

Expand Down

0 comments on commit e0f3f41

Please sign in to comment.