rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

Add binutils-mingw-w64-x86-64 to linux environment #126

Closed kgraefe closed 1 year ago

kgraefe commented 1 year ago

This installs x86_64-w64-mingw32-windmc and x86_64-w64-mingw32-windres which are required to build https://github.com/bbqsrc/eventlog (see failing build at https://docs.rs/crate/eventlog/0.2.2/builds/747288)

Fixes https://github.com/bbqsrc/eventlog/issues/4

kgraefe commented 1 year ago

Is there a way to trigger a rebuild on docs.rs without making a new package release?

syphar commented 1 year ago

@kgraefe I just queued a rebuild for you