You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that when I include Folds in a package that is build to produce a binary with PackageCompiler, app throws lots of errors.
For some reason binary is not relocable anymore. Docker contains builds a release binary inside gitlab CI using standard julia:1.8 image, but when I start app I get these errors.
Of course a question is how to silence or fix those? Can I use Folds package at all in a binary app?
To me it looks like Requires.jl is called to require some packages that might be the cause of this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
It appears that when I include Folds in a package that is build to produce a binary with PackageCompiler, app throws lots of errors.
For some reason binary is not relocable anymore. Docker contains builds a release binary inside gitlab CI using standard julia:1.8 image, but when I start app I get these errors.
Of course a question is how to silence or fix those? Can I use Folds package at all in a binary app?
To me it looks like Requires.jl is called to require some packages that might be the cause of this?
Thanks
The text was updated successfully, but these errors were encountered: