Skip to content

Commit f3782c1

Browse files
authored
Bump rr (#8527)
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.
1 parent 9d2a081 commit f3782c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/rr/build_tarballs.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
using BinaryBuilder
44

55
name = "rr"
6-
version = v"5.6"
6+
version = v"5.7"
77

88
# Collection of sources required to build rr
99
sources = [
1010
GitSource("https://github.com/JuliaLang/rr.git",
11-
"674ccc3748a499e87dd2f7bb872ffb3d2960e113")
11+
"39f8a2923be89e2df2997d85f8ea2574ea1bc203")
1212
]
1313

1414
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)