You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "assignUser (via GitHub)" <gi...@apache.org> on 2023/04/12 00:55:32 UTC

[GitHub] [arrow] assignUser commented on a diff in pull request #35057: GH-35056: [Python][CI] Don't install gdb on Windows

assignUser commented on code in PR #35057:
URL: https://github.com/apache/arrow/pull/35057#discussion_r1163458522


##########
ci/docker/conda-python.dockerfile:
##########
@@ -22,10 +22,12 @@ FROM ${repo}:${arch}-conda-cpp
 # install python specific packages
 ARG python=3.8
 COPY ci/conda_env_python.txt \
+     ci/conda_env_python_unix.txt \
      ci/conda_env_sphinx.txt \
      /arrow/ci/
 RUN mamba install -q -y \
         --file arrow/ci/conda_env_python.txt \
+        --file arrow/ci/conda_env_python_unix.txt \

Review Comment:
   Maybe just add gdb directly here as it is not used anywhere else? Should we add more packages/use them in multiple location we can always refactor into a new file. 



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org