Skip to content

Commit 63571b9

Browse files
authored
Update clickhouse to v22.8.9.24-1 on illumos (#3807)
This includes a small fix on the ClickHouse Keeper (replica coordinator), which will have no effect on the current implementation (since keeper is not used), but is part of the upcoming work with node replication.
1 parent ed70f1c commit 63571b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tools/ci_download_clickhouse

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function configure_os
9797
{
9898
echo "current directory: $PWD"
9999
echo "configuring based on OS: \"$1\""
100+
CIDL_DASHREV=
100101
case "$1" in
101102
darwin*)
102103
CIDL_PLATFORM="macos"
@@ -112,14 +113,15 @@ function configure_os
112113
CIDL_PLATFORM="illumos"
113114
CIDL_MD5="$CIDL_MD5_ILLUMOS"
114115
CIDL_MD5FUNC="do_md5sum"
116+
CIDL_DASHREV=-1
115117
;;
116118
*)
117119
fail "unsupported OS: $1"
118120
;;
119121
esac
120122

121123
TARBALL_DIRNAME="clickhouse-$CIDL_VERSION"
122-
TARBALL_FILENAME="$TARBALL_DIRNAME.$CIDL_PLATFORM.tar.gz"
124+
TARBALL_FILENAME="$TARBALL_DIRNAME$CIDL_DASHREV.$CIDL_PLATFORM.tar.gz"
123125

124126
TARBALL_FILE="$DOWNLOAD_DIR/$TARBALL_FILENAME"
125127
TARBALL_DIR="$DOWNLOAD_DIR/$TARBALL_DIRNAME"

tools/clickhouse_checksums

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CIDL_MD5_DARWIN="20603974a929926591fca70ff1df0e45"
22
CIDL_MD5_LINUX="ea909519bd9d989fd5d090fd9bdd42f1"
3-
CIDL_MD5_ILLUMOS="4ca37c1574fd89f95dc7ba15b19b8cc6"
3+
CIDL_MD5_ILLUMOS="7702939ce5b4b51846a1ba39f1392306"

0 commit comments

Comments
 (0)