Skip to content

Commit

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

# 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
RUN cd /opt/gluten && source ./dev/vcpkg/env.sh && bash ./dev/builddeps-veloxbe.sh build_arrow && \
rm -rf ep/_ep/

0 comments on commit 8d0a771

Please sign in to comment.