Skip to content

Commit

Permalink
apacheGH-38323: [CI][Python] Use system gdb on test-conda-python
Browse files Browse the repository at this point in the history
gdb on conda-forge frequently conflicts with the newest Python version
(example for Python 3.12: conda-forge/gdb-feedstock#66)

We needn't install gdb from conda-forge, though, as the Python interpreter used for gdb is entirely independent from the Python interpreter under test.
  • Loading branch information
pitrou committed Oct 18, 2023
1 parent b7fdeaa commit 45bfefb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/docker/conda-python.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ COPY ci/conda_env_python.txt \
/arrow/ci/
RUN mamba install -q -y \
--file arrow/ci/conda_env_python.txt \
gdb \
python=${python} \
nomkl && \
mamba clean --all
Expand Down

0 comments on commit 45bfefb

Please sign in to comment.