Skip to content

Commit

Permalink
Also install vcredist140
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Dec 19, 2024
1 parent aa7be65 commit 3e2a7d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/python-wheel-windows-vs2019.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ RUN python -m pip install -U pip setuptools
COPY python/requirements-wheel-build.txt arrow/python/
RUN python -m pip install -r arrow/python/requirements-wheel-build.txt

# Install a more recent msvcp140.dll in C:\Windows\System
RUN choco install -r -y --no-progress vcredist140

# ENV CLCACHE_DIR="C:\clcache"
# ENV CLCACHE_COMPRESS=1
# ENV CLCACHE_COMPRESSLEVEL=6
Expand Down

0 comments on commit 3e2a7d8

Please sign in to comment.