Skip to content

Commit

Permalink
flux: add rust 1.83.0 build patch
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Nov 30, 2024
1 parent cc93d99 commit 134e74d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/f/flux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ class Flux < Formula
end
end

# rust 1.83.0 build patch, upstream pr ref, https://github.com/influxdata/flux/pull/5516
patch do
url "https://github.com/influxdata/flux/commit/08b6cb784759242fd1455f1d28e653194745c0c6.patch?full_index=1"
sha256 "3c40b88897c1bd34c70f277e13320148cbee44b8ac7b8029be6bf4f541965302"
end

def install
# Set up the influxdata pkg-config wrapper to enable just-in-time compilation & linking
# of the Rust components in the server.
Expand Down

0 comments on commit 134e74d

Please sign in to comment.