beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

PackageCompiler does not play nicely with 1.9 #75

Open kleinschmidt opened 1 year ago

kleinschmidt commented 1 year ago

I get package compilation failure with 1.9 (fails with a Legolas dependency, zstd IIRC). 1.9 also caches native code w/ precompilation so sysimage compilation is less important. You can disable it with --build-args='--build-arg SYSIMAGE=false' but that's a bit clunky, so perhaps we can make the default aware if you're building on 1.9 or an earlier version?