From c326ee92f7c0a0c7ddb358974a85bf2e72f65748 Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Wed, 24 Apr 2024 19:35:00 -0400 Subject: [PATCH] Bump rr This bumps rr to current master, with rebased xcr0 patches. It drops the `patch --index-dir` patch which was rejected upstream and we do not use (as far as I know). The `pack --pack-dir` patch is rebased and resubmitted upstream as https://github.com/rr-debugger/rr/pull/3735. --- R/rr/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/rr/build_tarballs.jl b/R/rr/build_tarballs.jl index 5c458510749..7dd220ff1d7 100644 --- a/R/rr/build_tarballs.jl +++ b/R/rr/build_tarballs.jl @@ -3,12 +3,12 @@ using BinaryBuilder name = "rr" -version = v"5.6" +version = v"5.7" # Collection of sources required to build rr sources = [ GitSource("https://github.com/JuliaLang/rr.git", - "674ccc3748a499e87dd2f7bb872ffb3d2960e113") + "39f8a2923be89e2df2997d85f8ea2574ea1bc203") ] # Bash recipe for building across all platforms