Actix-web: impossibility to be build with musl

Created on 29 Jan 2020  路  1Comment  路  Source: actix/actix-web

Your issue may already be reported!
Please search on the Actix Web issue tracker before creating one.

Expected Behavior



be build

Current Behavior


cannot produce proc-macro for `actix-macros v0.1.1` as the target `x86_64-unknown-linux-musl` does not support these crate types

Possible Solution


Steps to Reproduce (for bugs)



1.
2.
3.
4.

Context


Your Environment


alpine
x86_64-unknown-linux-musl
actix-web = { version="^2.0", features=["openssl"] }

  • Rust Version (I.e, output of rustc -V): 1.40
  • Actix Web Version: 2.0
C-bug-upstream

Most helpful comment

This is not specific to actix-web - it's a general issue with running proc-macros on a musl host. See https://github.com/rust-lang/cargo/issues/7563

>All comments

This is not specific to actix-web - it's a general issue with running proc-macros on a musl host. See https://github.com/rust-lang/cargo/issues/7563

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Dadibom picture Dadibom  路  4Comments

cheolgyu picture cheolgyu  路  3Comments

icommit picture icommit  路  3Comments

Eilie picture Eilie  路  5Comments

mcelkys picture mcelkys  路  4Comments