[Proposal] Add Rust to Git formulae #6895
-
|
Some features of Git require Rust at compilation time. I encountered it while trying to do the following: The output is simply: Am I stuck with building Git from source. Git documentation says Rust is automatically enabled on Git 2.55 and needs to be disabled explicitly. Git 3.0 will make the Rust mandatory. For context, currently Homebrew installs Git 2.54.0. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
The |
Beta Was this translation helpful? Give feedback.
-
|
Please keep (the option for) Rust-free git on Homebrew. thank you, |
Beta Was this translation helpful? Give feedback.
The
compatObjectFormatfeature is currently very experimental and doesn't seem complete enough to justify adding a build dependency to Rust today. We can revisit that when the feature matures.