Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 15, 2024
1 parent ec31730 commit 0748053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/vcpkg/docker/gha-centos-7.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ RUN echo "check_certificate = off" >> ~/.wgetrc
RUN cd /opt/gluten && bash ./dev/vcpkg/setup-build-depends.sh

# An actual path used for vcpkg cache.
RUN mkdir -p /var/cache/vcpkg
RUN mkdir -p /var/cache/vcpkg && chmod 777 /var/cache/vcpkg

# Set vcpkg cache path.
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 && \
rm -rf ep/_ep/ && rm -rf /tmp/velox-deps/

RUN ls /var/cache/vcpkg

0 comments on commit 0748053

Please sign in to comment.