Skip to content

Bundling of lazy artifacts #110

@asprionj-NO

Description

@asprionj-NO

I build an executable (as portable binary bundle) from a package of which recursive dependencies pull in lazy artifacts. When running it (deployed as a docker container), it fails because it cannot download (the lazy) artifact(s).

It seems that lazy artifacts, by now, are intentionally excluded from the bundle:
https://github.com/JuliaLang/JuliaC.jl/blob/main/src/bundling.jl#L22

Is my deduction correct?
If yes, is there a reason for hard-codedly not bundling lazy artifacts?
Is there any quick / temporary workaround (except for forking and changing to true in the code)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions