pitrou opened a new pull request, #38324:
URL: https://github.com/apache/arrow/pull/38324

   ### Rationale for this change
   
   gdb on conda-forge frequently conflicts with the newest Python version 
(example for Python 3.12: 
https://github.com/conda-forge/gdb-feedstock/issues/66)
   
   ### What changes are included in this PR?
   
   Use the system-provided gdb instead of trying to install it from conda-forge.
   
   This works because the Python interpreter used for gdb is entirely 
independent from the Python interpreter under test, and gdb itself can debug 
any binary, regardless of binutils version.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.
   


-- 
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]

Reply via email to