This is an automated email from the ASF dual-hosted git repository.
hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 22679f28a [VL] Daily Update Velox Version (2024_07_19) (#6512)
22679f28a is described below
commit 22679f28a1850b50f4227effb31af6794d2b3055
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Jul 19 17:30:15 2024 +0800
[VL] Daily Update Velox Version (2024_07_19) (#6512)
---
.github/workflows/velox_docker.yml | 2 +-
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/velox_docker.yml
b/.github/workflows/velox_docker.yml
index ea28139a3..1e88e034e 100644
--- a/.github/workflows/velox_docker.yml
+++ b/.github/workflows/velox_docker.yml
@@ -602,7 +602,7 @@ jobs:
/root/.m2/repository/org/apache/arrow/
key: cache-velox-build-centos-8-${{ hashFiles('./cache-key') }}
- name: Build Gluten native libraries
- if: steps.check-cache.outputs.cache-hit != 'true'
+ if: steps.cache.outputs.cache-hit != 'true'
run: |
df -a
bash dev/ci-velox-buildshared-centos-8.sh
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 20ad7caaa..d3440f5f2 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -18,7 +18,7 @@ set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2024_07_18
+VELOX_BRANCH=2024_07_19
VELOX_HOME=""
#Set on run gluten on HDFS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]