Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 23, 2020
1 parent ed007bf commit f95acae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function build_julia(version)

# skip 32bit musl builds; they fail with this error:
# libunwind.so.8: undefined reference to `setcontext'
filter!(p -> !(Sys.islinux(p) && libc(p) == "musl" && arch(p) == "i686"), platforms)
filter!(p -> (Sys.islinux(p) && libc(p) == "musl" && arch(p) == "i686"), platforms)

# in Julia <= 1.3 skip PowerPC builds (see https://github.com/JuliaPackaging/Yggdrasil/pull/1795)
if version < v"1.4"
Expand Down

0 comments on commit f95acae

Please sign in to comment.