From 5cb7129d634553f1d49ae656e6296a78de37dc09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2026 11:56:42 +0100 Subject: update to 1.2.0 open https://github.com/valkey-io/valkey-search/issues/918 build failure --- makedeps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makedeps.sh') diff --git a/makedeps.sh b/makedeps.sh index e579c73..53981ac 100755 --- a/makedeps.sh +++ b/makedeps.sh @@ -21,7 +21,8 @@ mkdir -p $DIR pushd $DIR gitclone "https://github.com/google/highwayhash.git" master highwayhash gitclone "https://github.com/google/googletest.git" main googletest - gitclone "https://github.com/grpc/grpc" v1.70.1 grpc + gitclone "https://github.com/grpc/grpc" v1.70.1 grpc + gitclone "https://github.com/google/benchmark.git" v1.8.3 benchmark popd TAR=valkey-search-deps-$1.tgz -- cgit