Commit 1430f56
authored
[release/9.0] Remove Homebrew LLVM during macOS CI setup (#125785)
The CI runner image may ship with a Homebrew LLVM whose libraries (e.g.,
an x86_64-only libunwind.dylib in /usr/local/lib) conflict with the
Apple SDK and break native linking. The build uses Apple clang from
/usr/bin/clang exclusively and does not need Homebrew LLVM.
Backport of #1257631 parent b07b47c commit 1430f56
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
0 commit comments