jorisvandenbossche commented on PR #35024:
URL: https://github.com/apache/arrow/pull/35024#issuecomment-1502960199
Yes, that should work. Or, instead of creating a new file, just add "gdb" in
`conda-python.dockerfile`, like
```diff
diff --git a/ci/docker/conda-python.dockerfile
b/ci/docker/conda-python.dockerfile
index 6a6ae7358..0b3fbdf13 100644
--- a/ci/docker/conda-python.dockerfile
+++ b/ci/docker/conda-python.dockerfile
@@ -29,6 +29,7 @@ RUN mamba install -q -y \
--file arrow/ci/conda_env_sphinx.txt \
$([ "$python" == "3.7" ] && echo "pickle5") \
python=${python} \
+ gdb \
nomkl && \
mamba clean --all
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]