Remove use of --no-lock with Homebrew.#113277
Merged
Conversation
Contributor
There was a problem hiding this comment.
PR Overview
This PR updates the Homebrew installation instructions by removing the obsolete --no-lock flag, which is no longer needed following changes in Homebrew Bundle.
- Removed the --no-lock option from the brew bundle command in the macOS requirements documentation.
Reviewed Changes
| File | Description |
|---|---|
| docs/workflow/requirements/macos-requirements.md | Updated command to remove the deprecated --no-lock flag. |
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more
Member
|
Thanks, please also open in arcade so it's not overwritten by the next arcade update. 🙂 |
am11
reviewed
Mar 7, 2025
jkoritzinsky
approved these changes
Mar 7, 2025
This was referenced Mar 7, 2025
akoeplinger
approved these changes
Mar 7, 2025
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Homebrew removed lock file generation in Homebrew/homebrew-bundle#1509, and left
--no-lockas a no-op. It was removed entirely in Homebrew/homebrew-bundle@98d8ad7, which causes errors when passing this option.Associated arcade PR: dotnet/arcade#15608
Closes #113276