Skip to content

Commit

Permalink
Only build arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 14, 2024
1 parent 24db594 commit b099023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/vcpkg/docker/Dockerfile.gha
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ RUN cd /opt/gluten && bash ./dev/vcpkg/setup-build-depends.sh
# vcpkg env
ENV VCPKG_BINARY_SOURCES=clear;files,/var/cache/vcpkg,readwrite

RUN cd /opt/gluten && source ./dev/vcpkg/env.sh && \
bash ./dev/builddeps-veloxbe.sh --build_arrow=ON
# Build arrow, then install the native libs to system paths and jar package to .m2/ directory.
RUN cd /opt/gluten && source ./dev/vcpkg/env.sh && bash ./dev/builddeps-veloxbe.sh build_arrow

0 comments on commit b099023

Please sign in to comment.