Skip to content
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

grin: add rust 1.80 build patch #187422

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Formula/g/grin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ class Grin < Formula
uses_from_macos "llvm" => :build # for libclang
uses_from_macos "ncurses"

# rust 1.80 build patch, upstream pr ref, https://github.com/mimblewimble/grin/pull/3795
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/1a9fc06a277d1315568d708f7379d7c96915f505/grin/rust-1.80.patch"
sha256 "5269766f6db0a8827c04790d871074c317a2b9f22b842c3f69c0bc5f7a3bcf9e"
end

def install
system "cargo", "install", *std_cargo_args
end
Expand Down
Loading