Commits


Jacob Wujciak-Jens authored and GitHub committed 4409f3c2a18
GH-35346: [CI][Python] Move gdb from env-file to dockerfile (#35348) ### Rationale for this change Similar to the issue with windows in https://github.com/apache/arrow/pull/35057 gdb is also not available for arm64, causing benchmarks to fail. This moves gdb into the dockerfile that actually needs it to prevent further changes. An alternative would be to use multi-arch-gdb but that is only available in `-c memfault` and adding on an entire new channel will only increase solve times and potentially cause problems. * Closes: #35346 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Sutou Kouhei <kou@clear-code.com>