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

roapi: add rust 1.83.0 build patch #199603

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
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/r/roapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ class Roapi < Formula

depends_on "rust" => :build

# explicitly specify lifetime for `ExcelSubrange` return type, upstream pr ref, https://github.com/roapi/roapi/pull/353
patch do
url "https://github.com/roapi/roapi/commit/6f8b597177b5abce1b7672df2c058ca3c3679535.patch?full_index=1"
sha256 "eb24da11bd453621824384c2df9295f24fcd4d4f8f5f79aa07a495617ad935b4"
end

def install
# skip default features like snmalloc which errs on ubuntu 16.04
system "cargo", "install", "--no-default-features",
Expand Down
Loading