We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your issue may already be reported! Please search on the Actix Web issue tracker before creating one.
be build
cannot produce proc-macro for `actix-macros v0.1.1` as the target `x86_64-unknown-linux-musl` does not support these crate types
alpine x86_64-unknown-linux-musl actix-web = { version="^2.0", features=["openssl"] }
rustc -V
The text was updated successfully, but these errors were encountered:
This is not specific to actix-web - it's a general issue with running proc-macros on a musl host. See rust-lang/cargo#7563
actix-web
Sorry, something went wrong.
Looks like upstream issue was resolved and after installing musl-dev on Alpine Linux I'm able to build working static binary with Actix-Web.
musl-dev
I believe this can be closed now.
No branches or pull requests
Your issue may already be reported!
Please search on the Actix Web issue tracker before creating one.
Expected Behavior
be build
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
alpine
x86_64-unknown-linux-musl
actix-web = { version="^2.0", features=["openssl"] }
rustc -V
): 1.40The text was updated successfully, but these errors were encountered: