AOT test failure in Julia 1.6-DEV (upstream issues)
- Dominant language
- Julia
- Stars
- 1.5k
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
### Issue (1) `--project` does not work with `--output-o`
> ```
> [ Info: PackageCompiler: creating system image object file, this might take a while...
> ERROR: ArgumentError: Package PyCall not found in current path:
> - Run `import Pkg; Pkg.add("PyCall")` to install the PyCall package.
> ```
>
> --- https://travis-ci.org/github/JuliaPy/PyCall.jl/jobs/722001094#L738
I think this is an upstream issue: https://github.com/JuliaLang/julia/issues/37441
I think this failure is observable only if you don't have PyCall in the default environment.
### Issue (2) A breaking change in `Pkg.Artifacts.@artifact_str`
https://github.com/JuliaLang/PackageCompiler.jl/pull/443
### Issue (3) "undefined symbol" error
https://github.com/JuliaLang/PackageCompiler.jl/issues/445
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.