Luca Palmieri
Luca Palmieri
Finally found the time to have a look - it looks quite promising! A few comments: - The parsing of the comparison condition should happen once, at the beginning, not...
Can you share the the `recipe.json` file generated by `cargo chef prepare`?
That seems to include `required-features = ["feature"]` and all the other relevant bits in `Cargo.toml`, so I'm a bit puzzled as to why it's not working as expected when invoking...
I have no idea to be honest - this would require understanding what `cargo nextest archive` is doing under the hood.
Thanks for jumping in @sunshowers! If it's invoking `cargo test` under the hood, then I confirm that it should "just work". Just like previous test command in that Dockerfile 🤔
Hey! I have never used `cargo-zigbuild`. What would it entail to make it compatible?
This feels like an issue upstream - either in `atty` (false negative) or `kaniko`.
It's true that it can break down in some edge cases, but I do wonder if this is intentional for `kaniko`.
I agree - this is a bug.
What version of `cargo-chef` are you using @reitermarkus?