-
Notifications
You must be signed in to change notification settings - Fork 880
Closed
PyO3/setuptools-rust
#80Description
error: cannot produce cdylib for
cryptography-rust v0.1.0 (/tmp/pip-req-build-oczfn6un/src/rust)
as the targetx86_64-unknown-linux-musl
does not support these crate types
This was previously reported as #599, however that referred to a different failure, that proc-macro wasn't supported on musl targets. The corresponding Rust issue was closed, and indeed there's now a new error message. I'm hoping to understand where the blocker to moving this ball forward is, and how I can help!
🐛 Bug Reports
🌍 Environment
- Your operating system and version: Alpine Linux 3.12.0
- Your Rust version (
rustc --version
): rustc 1.45.2 (d3fb005a3 2020-07-31) - Your PyO3 version: 0.11.1
- Have you tried using latest PyO3 master (replace
version = "0.x.y"
withgit = "https://github.com/PyO3/pyo3")?
: Not yet
💥 Reproducing
pyca/cryptography#5410 see the failing Alpine build https://travis-ci.org/github/pyca/cryptography/jobs/718454323
Metadata
Metadata
Assignees
Labels
No labels