Merged
Conversation
Closed
Member
|
Bottle might need to revert or should rebuild? |
Member
Author
|
New revision is to upload bottles. |
daeho-ro
approved these changes
Apr 12, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #276736
code-serverhas started including@github/copilotdue to microsoft/vscode@98f15b5This is considered non-FOSS and unacceptable in Homebrew/core as it does not meet https://docs.brew.sh/License-Guidelines
brewto make update and install process easier github/copilot-cli#19 (comment)Our policy requires us to directly remove any formula that ships non-FOSS software - https://docs.brew.sh/Deprecating-Disabling-and-Removing#when-to-remove-formulae
Downgrading version to avoid direct removal and allows a deprecation period.
I did try looking into a Cask - Homebrew/homebrew-cask#258776 - but there is problems with codesigning of
*.nodebinaries. These do not triggerbrew auditbut will cause possible malicious software popup which may not meet our acceptable cask policy.Seems to only be an issue on arm64 macOS as Intel macOS binaries look okay based on
gktool. And Linux doesn't need this requirement. However, the largest portion of Homebrew's user base is on arm64 macOS so will lead to user issues if we tap migrate.Also, some binaries are built with minimum macOS of 15.0. Not sure how many of these are actually used.