[release/8.0] Remove Homebrew LLVM during macOS CI setup by steveisok · Pull Request #125783 · dotnet/runtime (original) (raw)
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 dotnet#125763
AI review requested due to automatic review settings
steveisok changed the title
Remove Homebrew LLVM during macOS CI setup [release/8.0] Remove Homebrew LLVM during macOS CI setup
rbhanda added a commit that referenced this pull request
This was referenced
Mar 19, 2026
This was referenced
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})