Skip to content

Commit

Permalink
Bump rr
Browse files Browse the repository at this point in the history
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 rr-debugger/rr#3735.
  • Loading branch information
Keno authored Apr 24, 2024
1 parent 9d2a081 commit c326ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rr/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c326ee9

Please sign in to comment.