Closed
Description
One very weird (although not directly related to the optimization this PR is doing) thing is that
bindgen-cli
is failing to build (on master) in bothaarch64-unknown-linux-musl
andpowerpc64le-unknown-linux-musl
workflows and nothing else.Furthermore, the error message always says:
error: failed to compile `bindgen-cli v0.72.0`, intermediate artifacts can be found at `/checkout/target`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path. Caused by: cannot produce proc-macro for `clap_derive v4.1.0` as the target `x86_64-unknown-linux-gnu` does not support these crate typesWe do know that
clap_derive
supportsx86_64-unknown-linux-gnu
. What could possibly go wrong?PS:
cargo -vV
giveshost: x86_64-unknown-linux-gnu
andos: Ubuntu 22.4.0 [64-bit]
for both workflows.
Originally posted by @rami3l in #4394 (comment)
Metadata
Metadata
Assignees
Labels
No labels