invenia / JLSO.jl

Julia Serialized Object (JLSO) file format for storing checkpoint data.
MIT License
90 stars 5 forks source link

Fix 32-bit issue on julia 1.5 or higher #80

Closed rofinn closed 4 years ago

rofinn commented 4 years ago

Looks like older versions of julia can't install the binary dependency for EzXML, but if you look at nightly that's been fixed and identified an 32-bit bug. Since we're currently allowing nightly to fail and 1.5 isn't being tested this isn't a requirement for passing tests.

https://travis-ci.com/github/invenia/JLSO.jl/jobs/424474419