Skip to content

Revert "[release/8.0] Remove Homebrew LLVM during macOS CI setup"#125787

Closed
rbhanda wants to merge 1 commit intorelease/8.0from
revert-125783-backport/remove-brew-llvm-8.0
Closed

Revert "[release/8.0] Remove Homebrew LLVM during macOS CI setup"#125787
rbhanda wants to merge 1 commit intorelease/8.0from
revert-125783-backport/remove-brew-llvm-8.0

Conversation

@rbhanda
Copy link
Collaborator

@rbhanda rbhanda commented Mar 19, 2026

Reverts #125783

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the earlier change that removed Homebrew LLVM during macOS CI dependency setup, restoring the prior behavior of leaving any preinstalled Homebrew LLVM on the runner.

Changes:

  • Removed the brew uninstall --ignore-dependencies llvm step from the macOS/iOS/tvOS dependency installation path.
  • Removed the associated explanatory comment block describing why Homebrew LLVM was being uninstalled.

You can also share your feedback on Copilot code review. Take the survey.

# The build uses Apple clang from /usr/bin/clang exclusively.
brew uninstall --ignore-dependencies llvm 2>/dev/null || true

brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants