JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.42k stars 188 forks source link

remove unofficial build warning #948

Closed sjkelly closed 3 months ago

sjkelly commented 3 months ago

This fixes the precompilation with Julia 1.12. Base.banner() was moved to REPL.banner(). This warning seems unnessecary long-term, and more distros are making official binaries available.

KristofferC commented 3 months ago

There is also code in place now to handle non-official builds better.