-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels