Description
I'm trying to build a cdylib
(https://github.com/urschrei/lonlat_bng) which requires the https://github.com/urschrei/ostn15_phf crate.
building on AppVeyor, on i686-pc-windows-gnu
, using the latest beta, is failing with an OOM error:
Details
The ostn15_phf
crate is essentially just a very big static map, built using PHF (the generated, uncompiled map is around 42.9mb)
The build passed when running cargo test
, using rustc 1.12.0-beta.3 (341bfe43c 2016-09-16)
:
https://ci.appveyor.com/project/urschrei/lonlat-bng/build/105/job/3y1llt6luqs3phs3
It's now failing when running cargo test
, using rustc 1.12.0-beta.6 (d3eb33ef8 2016-09-23)
:
https://ci.appveyor.com/project/urschrei/lonlat-bng/build/job/27pgrkx2cnn2gw50
The failure occurs when compiling ostn15_phf
with fatal runtime error: out of memory