Skip to content

Commit a1e4e0c

Browse files
authored
Lock libchdb to v2.2.0b1 for now
1 parent 8d69937 commit a1e4e0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update_libchdb.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ set -e
44
cd $(dirname "${BASH_SOURCE[0]}")
55

66
# Get the newest release version
7-
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
7+
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
8+
LATEST_RELEASE=v2.2.0b1
89

910
# Download the correct version based on the platform
1011
case "$(uname -s)" in

0 commit comments

Comments
 (0)