Skip to content

Commit 6f3f5d5

Browse files
lgoettgensbarche
andauthored
[libcxxwrap] Rebuild using latest libjulia (for 1.13-DEV) (#10441)
* [libcxxwrap] Rebuild using latest libjulia (for 1.13-DEV) * Bump version * Update SHA for v0.13.4 --------- Co-authored-by: Bart Janssens <bart@bartjanssens.org>
1 parent 805e84f commit 6f3f5d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

L/libcxxwrap_julia/build_tarballs.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)
1111
include("../../L/libjulia/common.jl")
1212

1313
name = "libcxxwrap_julia"
14-
version = v"0.13.3"
14+
version = v"0.13.4"
1515

1616
git_repo = "https://github.com/JuliaInterop/libcxxwrap-julia.git"
1717

1818
# Collection of sources required to complete build
1919
sources = [
20-
GitSource(git_repo, "f7bb672a0e72437d7ab044e1950a62ae7dd3399b"),
20+
GitSource(git_repo, "c47d1148355d30752aa772e03a2ac8078bb2d06b"),
2121
]
2222

2323
# Bash recipe for building across all platforms
@@ -59,3 +59,5 @@ dependencies = [
5959
# Build the tarballs, and possibly a `build.jl` as well.
6060
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
6161
preferred_gcc_version = v"10", julia_compat = "1.6")
62+
63+
# rebuild trigger: 1

0 commit comments

Comments
 (0)