You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install a cargo binary (cargo-watch) in an Alpine Docker image, but it won't compile because darling_macro does not support Alpine targets.
error: failed to compile `cargo-watch v7.3.0`, intermediate artifacts can be found at `/tmp/cargo-installp8c4VF`
Caused by:
cannot produce proc-macro for `darling_macro v0.10.2` as the target `x86_64-unknown-linux-musl` does not support these crate types
The text was updated successfully, but these errors were encountered:
darling_macro is just the proc-macro wrapper, so I'm not sure what I'd need to (or be able to) change to add support for Alpine. However, if you find out a way to make this work I'll be happy to hook it up.
Hi! Im just starting with Rust so I may not have enough context to do a deeper explanation than this one, but i tried to install cargo-watch in docker alpine and ran into this same issue.
I am trying to install a cargo binary (cargo-watch) in an Alpine Docker image, but it won't compile because darling_macro does not support Alpine targets.
The text was updated successfully, but these errors were encountered: