aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
310 stars 85 forks source link

Don't unload hdf5 in build script #163

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

The build failures described in #162 were most likely due to TLS destructors behaving poorly with dynamic loading. We work around this by leaving the library unloaded, which should not have any bad effects when used in the build script. h5_dontatexit did not have any effect on this bug.

Fixes #162

mulimoen commented 3 years ago

@aldanor If you merge this you won't be spammed by the failing CI runs anymore