Commit fcdfb09
[release/8.0] Remove Homebrew LLVM during macOS CI setup - Part 2 (#125790)
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 #125763
Co-authored-by: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com>1 parent 4032ba8 commit fcdfb09
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments