kou commented on code in PR #44644:
URL: https://github.com/apache/arrow/pull/44644#discussion_r1839746037
##########
ci/docker/python-wheel-manylinux.dockerfile:
##########
@@ -75,11 +78,15 @@ COPY ci/scripts/install_vcpkg.sh \
ENV VCPKG_ROOT=/opt/vcpkg
ARG build_type=release
ENV CMAKE_BUILD_TYPE=${build_type} \
- VCPKG_FORCE_SYSTEM_BINARIES=1 \
- VCPKG_OVERLAY_TRIPLETS=/arrow/ci/vcpkg \
+ GITHUB_REPOSITORY_OWNER="${GITHUB_REPOSITORY_OWNER}" \
+ GITHUB_TOKEN="${GITHUB_TOKEN}" \
Review Comment:
OK. I've implemented `--mount=type=secret` support in this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]