-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate FUSE formulae. #64491
Merged
Merged
Deprecate FUSE formulae. #64491
Conversation
This file contains 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
We might keep them as linux-only formulae, as these build against the open source libfuse linux library. But I am not sure I want to go down that road. I also have the feeling that there is less and less need for fuse nowadays, but I might be wrong. |
I think we can re-enable them if they prove needed on linux. But for now, LGTM |
Because it: * requires FUSE * fails to build from source #64491
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
Because it: * requires FUSE * fails to build from source #64491
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
jonchang
added a commit
that referenced
this pull request
Nov 11, 2020
7 tasks
Makes sense, thanks @jonchang! |
This was referenced Nov 23, 2020
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.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Homebrew historically has supported building against dependencies that were not installed by other formulae. However, as our documentation outlines, we've moved away from this practice as it has become increasingly more challenging to support and maintain formulae that use Requirements, as these require special intervention by a small set of (very busy) maintainers and cannot be easily tested on our continuous integration infrastructure.
Together with Java 1.8 (#63290) and XQuartz (#64166), FUSE is one of the last Cask-based Requirements that we have in Homebrew-core. Thanks to the efforts of many maintainers and contributors, Java 1.8 and XQuartz now have formula replacements in Homebrew-core. However, FUSE for macOS cannot be replaced by a formula as it no longer has public source releases and does not have a license that is compatible with Homebrew:
In addition, versions of FUSE for macOS prior to the licensing change in 3.10 will soon no longer work on our supported versions of macOS.
While you can still
brew install
these formulae today, Homebrew maintainers will no longer be updating or supporting FUSE formulae, and our continuous integration will not test them going forwards. These formulae will eventually be removed in the indeterminate future.If you are a consumer of these formulae, please consider maintaining your own tap to house the formulae you need. Homebrew will not provide an automatic migration to a third-party tap for users with these formulae currently installed, but you are welcome to add your tap to our documentation by opening a pull request against Homebrew/brew.
cc @Homebrew/core