-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to perform static compilation of TimeZones.jl #32
Comments
Thanks for reporting this issue. I'll look into it today. |
Does this package work correctly in standard precompile mode? |
TimeZones.jl does work with precompile. The |
Static compiliation may not respect the |
|
@bmharsha can you verify that TimeZones.jl is can now be statically compiled? You'll need to use the latest version of Mocking.jl (v0.2.2) which should be published shortly: Pkg.add("Mocking")
Pkg.checkout("Mocking", "master") |
I just checked this fix on both Julia master and release-0.5, I was able to perform static compilation of TimeZones.jl, thank you very much for the quick fix @omus |
I’m trying to create a system image of Julia with TimeZones.jl embedded, I encountered following error while building Julia (using release-0.5 branch).
I encountered similar error when I tried using Julia master
OS = Ubuntu 14.04
TimeZones version = 0.2.2
The text was updated successfully, but these errors were encountered: