Skip to content

Commit

Permalink
libcxxwrap_julia for Julia 1.5: rebuild with GCC 8 (#2236)
Browse files Browse the repository at this point in the history
This may fix the crash reported here:
<JuliaInterop/libcxxwrap-julia#75>
  • Loading branch information
fingolfin authored Dec 11, 2020
1 parent cc607d4 commit f5999ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/libcxxwrap_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ dependencies = [

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version = v"7", julia_compat = "^$(julia_version.major).$(julia_version.minor)")
preferred_gcc_version = v"8", julia_compat = "^$(julia_version.major).$(julia_version.minor)")

0 comments on commit f5999ec

Please sign in to comment.