cargo-zigbuild possible? #3185
-
|
Hello, Is it possible to combine cargo-nextest and cargo-zigbuild ? I am compiling my project on a linux host (x86_64-unknown-linux-gnu). To compile for my other targets (aarch64-unknown-linux-gnu and x86_64-pc-windows-gnu), I am using cargo-zigbuild. Everything is working smoothly. To run my tests on the different targets, I have configured the runner in the .cargo/config.toml file:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Thanks for the issue. Nextest will pick up the target runner correctly, but it's possible that zigbuild needs to gain a nextest command. |
Beta Was this translation helpful? Give feedback.
-
|
So in your opinion, it would make more sense to add a nextest command to zigbuild: |
Beta Was this translation helpful? Give feedback.
-
|
FYI I created a thread in the zigbuild github to discuss this possibility rust-cross/cargo-zigbuild#427 |
Beta Was this translation helpful? Give feedback.
Correct, yes. That is how tools like llvm-cov integrate into nextest as well.