JuliaLang / PackageCompiler.jl

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

Package Compiler Fails on Julia v1.10 #911

Closed sharanry closed 6 months ago

sharanry commented 6 months ago

The CI fails for Julia v1.10 - https://github.com/JuliaLang/PackageCompiler.jl/actions/runs/7287058259/job/19856941555#step:5:524

Also facing another kind of error:

ERROR: could not load library "/tmp/jl_dJZQ5v/deployment_base_image_fecf0925-ca44-4c57-bc25-2617d66ffc3a.so"
--
  | libjulia.so.1: cannot open shared object file: No such file or directory
  | With generate_basesysimage: Error During Test at /cache/build/default-deepsea2-8/julia-computing-1/juliasimsurrogates-dot-jl/lib/Deployment/test/recipes.jl:81
KristofferC commented 6 months ago

Fixed in https://github.com/JuliaLang/PackageCompiler.jl/pull/912

The other issue is going to need more info to be actionable.