Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some packages missing armv6 tarballs? #2232

Closed
notinaboat opened this issue Dec 7, 2020 · 4 comments
Closed

Some packages missing armv6 tarballs? #2232

notinaboat opened this issue Dec 7, 2020 · 4 comments

Comments

@notinaboat
Copy link
Contributor

MbedTLS has a tarball for armv6: https://github.com/JuliaBinaryWrappers/MbedTLS_jll.jl/releases
Ncurses does not: https://github.com/JuliaBinaryWrappers/Ncurses_jll.jl/releases

What needs to happen to trigger an armv6 build for these packages?

Related: #1707, JuliaPackaging/BinaryBuilder.jl#576

@giordano
Copy link
Member

giordano commented Dec 7, 2020

Only Julia v1.6 can handle JLL packages for armv6l. For the time being we're building only dependencies for Julia itself for this platform. After Julia v1.6 will be out, we'll probably start building packages for armv6l more regularly.

@notinaboat
Copy link
Contributor Author

Thanks @giordano.

FYI i'm using armv6 JLL packages with Julia 1.5 on Raspberry Pi Zero by doing something like: pkg> add CompilerSupportLibraries_jll#f50f017d1b787771dc2f73a309b0b00202a6acfd to pull the latest version into my environment. This seems to work fine and is far more convenient than copying system libraries into the artefacts directory by hand.

@giordano
Copy link
Member

giordano commented Dec 7, 2020

I lied a bit because also Julia v1.5.2+ can handle JLLs for armv6l, but it's awkward to explicitly mention compatibility with a patch release, so for consistency we declare them compatible only with v1.6

@giordano
Copy link
Member

giordano commented Apr 8, 2021

Closing in favour of #2763

@giordano giordano closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants