Skip to content

Commit

Permalink
Temporarily disable vcpkg to validate Python install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Jan 6, 2025
1 parent f2e5f86 commit 3b7e272
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ci/docker/python-wheel-windows-vs2019-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b7e272

Please sign in to comment.