diff --git a/ci/docker/python-wheel-windows-vs2019-base.dockerfile b/ci/docker/python-wheel-windows-vs2019-base.dockerfile index 1a545b0ba31d1..1c6d0f2b5215b 100644 --- a/ci/docker/python-wheel-windows-vs2019-base.dockerfile +++ b/ci/docker/python-wheel-windows-vs2019-base.dockerfile @@ -59,16 +59,16 @@ COPY ci/vcpkg/vcpkg.json arrow/ci/vcpkg/ # arm machines it hits ARROW-15141 where we would need to fall back to 1.8.186 # but we cannot patch those portfiles since vcpkg-tool handles the checkout of # previous versions => use bundled S3 build -RUN vcpkg install \ - --clean-after-build \ - --x-install-root=%VCPKG_ROOT%\installed \ - --x-manifest-root=arrow/ci/vcpkg \ - --x-feature=flight \ - --x-feature=gcs \ - --x-feature=json \ - --x-feature=orc \ - --x-feature=parquet \ - --x-feature=s3 +# RUN vcpkg install \ +# --clean-after-build \ +# --x-install-root=%VCPKG_ROOT%\installed \ +# --x-manifest-root=arrow/ci/vcpkg \ +# --x-feature=flight \ +# --x-feature=gcs \ +# --x-feature=json \ +# --x-feature=orc \ +# --x-feature=parquet \ +# --x-feature=s3 # Remove previous installations of python from the base image # NOTE: a more recent base image (tried with 2.12.1) comes with python 3.9.7