maturin
maturin copied to clipboard
Support multiple `--target` arguments?
Rust 1.64.0 includes support for multiple --target, it'd be nice if maturin build also supports it.
Nice to have but low priority IMO.
Would it be possible to enhance maturin to accept multiple target flags and pass them onto
cargo build? Then instead of building the different wheels sequentially, you can instead build them in parallel which would hopefully speed up the overall process.
Originally posted by @zmanji in https://github.com/PyO3/maturin/issues/1340#issue-1479392804
Technically yes, but lots of stuffs are entangled with target, so it may require a large refactoring work.