From b4ab1fccb406dd4bb67cd2734eddc968fc64100a Mon Sep 17 00:00:00 2001 From: Chengcheng Jin Date: Thu, 15 Aug 2024 08:58:49 +0000 Subject: [PATCH] [VL] Daily Update Velox Version(2024_08_15) --- ep/build-velox/src/get_velox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 9af55aae2758..b51233983480 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -17,7 +17,7 @@ set -exu VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=2024_08_14 +VELOX_BRANCH=2024_08_15 VELOX_HOME="" OS=`uname -s`