Skip to content

Fix macOS dependency install for release builds - #972

Merged
mjcheetham merged 1 commit into
microsoft:vfs-2.55.0from
mjcheetham:fix-macos-brew
Aug 5, 2026
Merged

Fix macOS dependency install for release builds#972
mjcheetham merged 1 commit into
microsoft:vfs-2.55.0from
mjcheetham:fix-macos-brew

Conversation

@mjcheetham

Copy link
Copy Markdown
Member

Ensure that the native (ARM64) Homebrew on the Mac build jobs is up-to-date before trying to install dependencies using it.

If we are very unlucky, we may have an older version of Homebrew installed on the Azure Pipelines image that has issues, or be trying to install a formula that makes use of new functions in the DSL which are not in this version of brew.

Since we always download and install the x86_64 Homebrew fresh we don't need to run brew update for the x86_64 install; only the native one.

@mjcheetham
mjcheetham requested a review from dscho August 5, 2026 12:09
@mjcheetham
mjcheetham merged commit ffdc0a5 into microsoft:vfs-2.55.0 Aug 5, 2026
194 of 199 checks passed
@mjcheetham
mjcheetham deleted the fix-macos-brew branch August 5, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants