Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2024_08_05) (apache#6708)
Browse files Browse the repository at this point in the history
Co-authored-by: PHILO-HE <[email protected]>
  • Loading branch information
GlutenPerfBot and PHILO-HE authored Aug 5, 2024
1 parent 53abee6 commit d690414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ concurrency:
jobs:
build-native-lib-centos-7:
runs-on: ubuntu-20.04
container: apache/gluten:gluten-vcpkg-builder_2024_07_11 # centos7 with dependencies installed
container: apache/gluten:gluten-vcpkg-builder_2024_08_05 # centos7 with dependencies installed
steps:
- uses: actions/checkout@v2
- name: Generate cache key
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_08_02
VELOX_BRANCH=2024_08_05
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit d690414

Please sign in to comment.