You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DX-120970 Fix macOS build: pin cmake/boost before brew bundle
Move cmake and boost local-tap setup before the first `brew bundle`
call. Newer Homebrew on macos-15-intel treats `cmake` as a cask during
`brew bundle`, causing the build to fail. Pre-installing from the pinned
local formula ensures brew bundle skips it cleanly.
0 commit comments