PackageCompiler.jl icon indicating copy to clipboard operation
PackageCompiler.jl copied to clipboard

1.6 tests are failing

Open simonbyrne opened this issue 3 years ago • 1 comments

https://github.com/JuliaLang/PackageCompiler.jl/runs/7175755312?check_suite_focus=true#step:4:340

InitError(mod=:LLVMExtra_jll, error=ErrorException("Cannot locate artifact 'LLVMExtra' in '/tmp/jl_s8rPQE/packages/LLVMExtra_jll/RuRRc/Artifacts.toml'"))

simonbyrne avatar Aug 01 '22 16:08 simonbyrne

Yeah, I merged a test that failed on 1.6 at a time when we didn't have 1.6 CI. It is a bit tricky to make this conditional on the julia version though.

KristofferC avatar Aug 01 '22 17:08 KristofferC

Should be fixed by #771

DilumAluthge avatar Jan 27 '23 04:01 DilumAluthge