actix / actix-net

A collection of lower-level libraries for composable network services.
https://actix.rs
Apache License 2.0
708 stars 349 forks source link

actix-macros don't support build on alpine(aarch64) #523

Closed jenningsloy318 closed 9 months ago

jenningsloy318 commented 9 months ago

I tried to install https://github.com/SamTV12345/PodFetch on an alpine(aarch64) machine, but got error

error: cannot produce proc-macro for `actix-macros v0.2.4` as the target `aarch64-unknown-linux-musl` does not support these crate types
robjtede commented 9 months ago

Some info on building for musl systems that sounds relevant: