alinaliBQ opened a new pull request, #49575: URL: https://github.com/apache/arrow/pull/49575
### Rationale for this change GH-49563 ### What changes are included in this PR? This issue occurred without any code changes, so I think it is due to an macOS update. After a GitHub macOS update, the `CLANG_TOOLS_PATH` path is resolved as `/usr/local/bin/clang-format` in Intel CI. Before the GitHub macOS update, `CLANG_TOOLS_PATH` was resolved as `/usr/local/opt/llvm@18/bin` and we did not have the issue of `libunwind` linking dynamically to ODBC dylib. The solution is to explicitly set `CLANG_TOOLS_PATH` to `llvm@18/bin` on Intel machines. ### Are these changes tested? - Tested in CI ### Are there any user-facing changes? N/A -- 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]
