From 134e74de6776f1b003d556d3146daf0597978895 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 30 Nov 2024 17:49:44 -0500 Subject: [PATCH] flux: add rust 1.83.0 build patch Signed-off-by: Rui Chen --- Formula/f/flux.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/f/flux.rb b/Formula/f/flux.rb index 6e1ddc0f10e0..646d0a02eb62 100644 --- a/Formula/f/flux.rb +++ b/Formula/f/flux.rb @@ -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.