We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e117bee + fcdfb09 commit ace9703Copy full SHA for ace9703
eng/install-native-dependencies.sh
@@ -45,7 +45,7 @@ case "$os" in
45
# Homebrew LLVM whose libraries (e.g., libunwind.dylib) are the wrong
46
# architecture or conflict with the Apple SDK, breaking native linking.
47
# The build uses Apple clang from /usr/bin/clang exclusively.
48
- brew uninstall --ignore-dependencies llvm 2>/dev/null || true
+ brew uninstall --ignore-dependencies llvm@18 2>/dev/null || true
49
50
brew bundle --no-upgrade --file "$(dirname "$0")/Brewfile"
51
;;
0 commit comments