hdf5-rust icon indicating copy to clipboard operation
hdf5-rust copied to clipboard

Fix Wine CI Runner

Open JamesWiresmith opened this issue 1 year ago • 1 comments

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.

JamesWiresmith avatar May 23 '24 12:05 JamesWiresmith

I suppose pinning to rust 1.75 is a pragmatic fix?

mulimoen avatar May 23 '24 18:05 mulimoen