aldanor / hdf5-rust

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

Fix Wine CI Runner #286

Closed JamesMc86 closed 3 months ago

JamesMc86 commented 5 months ago

Not got time to look at this now but thought I would share my notes.

I noticed the Wine runner is now broken. This is related to Rust 1.76 dropping support for Windows 7 and now requires the bcryptprimitives.dll.

From research, this was added in Wine 8.13, but the version in the Ubuntu repos is much older, so the CI system would need to install Wine from a newer repo, like adding the Wine repos.

mulimoen commented 5 months ago

I suppose pinning to rust 1.75 is a pragmatic fix?