raulcd commented on PR #39622:
URL: https://github.com/apache/arrow/pull/39622#issuecomment-1893510095

   For the linux ARM failures could you try this:
   ```
   diff --git a/ci/docker/python-wheel-manylinux.dockerfile 
b/ci/docker/python-wheel-manylinux.dockerfile
   index 0a50d45..3ce3272 100644
   --- a/ci/docker/python-wheel-manylinux.dockerfile
   +++ b/ci/docker/python-wheel-manylinux.dockerfile
   @@ -62,15 +62,16 @@ COPY ci/vcpkg/*.patch \
    COPY ci/scripts/install_vcpkg.sh \
         arrow/ci/scripts/
    ENV VCPKG_ROOT=/opt/vcpkg
   -RUN arrow/ci/scripts/install_vcpkg.sh ${VCPKG_ROOT} ${vcpkg}
   -ENV PATH="${PATH}:${VCPKG_ROOT}"
   -
    ARG build_type=release
    ENV CMAKE_BUILD_TYPE=${build_type} \
        VCPKG_FORCE_SYSTEM_BINARIES=1 \
        VCPKG_OVERLAY_TRIPLETS=/arrow/ci/vcpkg \
        VCPKG_DEFAULT_TRIPLET=${arch_short}-linux-static-${build_type} \
        VCPKG_FEATURE_FLAGS="manifests"
   +
   +RUN arrow/ci/scripts/install_vcpkg.sh ${VCPKG_ROOT} ${vcpkg}
   +ENV PATH="${PATH}:${VCPKG_ROOT}"
   +
    COPY ci/vcpkg/vcpkg.json arrow/ci/vcpkg/
    # cannot use the S3 feature here because while aws-sdk-cpp=1.9.160 contains
    # ssl related fixes as well as we can patch the vcpkg portfile to support
   ```
   
   Basically setting the required environment variable before installing vcpkg 
instead of after as we are already doing so.


-- 
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]

Reply via email to