Commit 4032ba8
authored
[release/8.0] Remove Homebrew LLVM during macOS CI setup (#125783)
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 2675a6e commit 4032ba8
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
0 commit comments