Closed
Description
Current behavior 😯
$ cargo build --target aarch64-unknown-linux-musl --release --no-default-features --features=max-pure
[...]
error: failed to run custom build command for `libsqlite3-sys v0.30.1`
Expected behavior 🤔
max-pure
feature should be actually pure (ideally, CI should ensure it works without a C compiler available at all)
Git behavior
No response
Steps to reproduce 🕹
No response