Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Dec 17, 2024
1 parent 789dd58 commit 1aac7e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/velox_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
mv apache-maven-3.8.8 /usr/lib/maven && \
export MAVEN_HOME=/usr/lib/maven && \
export PATH=${PATH}:${MAVEN_HOME}/bin && \
git clone -b main --depth=1 https://github.com/apache/incubator-gluten.git && cd incubator-gluten/
git clone -b fix-centos9-build --depth=1 https://github.com/PHILO-HE/gluten.git && cd gluten/
./dev/package.sh
build-on-ubuntu:
Expand Down
4 changes: 2 additions & 2 deletions ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_12_15
VELOX_REPO=https://github.com/PHILO-HE/velox.git
VELOX_BRANCH=2024_12_15-v1
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit 1aac7e8

Please sign in to comment.