Closed
Description
Crate name:
coreaudio-sys 0.2.5
Build failure link:
https://docs.rs/crate/coreaudio-sys/0.2.5/builds/264503
Additional details:
The crate used to fail as expected when publishing previous versions, however with 0.2.5 I attempted to fix the Cargo.toml metadata to select the correct target for building coreaudio-sys docs for x86_64-apple-darwin
. The crate seems to build successfully for the same target in our github action, but fails on docs.rs.
I've opened an issue at RustAudio/coreaudio-sys#40 with more details/thoughts. Any advice on how we might go about fixing the build would be greatly appreciated!