From 5091751e3d1ded475f09cd5632730c1752def390 Mon Sep 17 00:00:00 2001 From: Ke Jia Date: Wed, 24 Jun 2026 03:04:45 +0100 Subject: [PATCH] test --- ep/build-velox/src/get-velox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh index 637860db37d..fc62d56b6a1 100755 --- a/ep/build-velox/src/get-velox.sh +++ b/ep/build-velox/src/get-velox.sh @@ -18,8 +18,8 @@ set -exu CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd) VELOX_REPO=https://github.com/IBM/velox.git -VELOX_BRANCH=dft-2026_06_12 -VELOX_ENHANCED_BRANCH=ibm-2026_06_12 +VELOX_BRANCH=staging-rebase-test +VELOX_ENHANCED_BRANCH=staging-rebase-test VELOX_HOME="" RUN_SETUP_SCRIPT=ON ENABLE_ENHANCED_FEATURES=OFF