Cristian Le
Cristian Le
Oh, it seems omitting `DESTINATION` doesn't work for `MODULE` libraries. Weird that linux ones did not fail, but maybe those are only built for windows? I'll try to address it...
Re: installing all pqckages, probably it would be sufficient to make the artifacts empty for those tests like setting `skip_build`. Another issue brought up was to use rhel builders for...
Most of the tmt plans in Fedora CI should be simple to port, since it only involves providing the appropriate Koji task ID and a few other environment variables. A...
I can partially use it, but I want to selectively mock these, i.e. `["cmake", "--build", fp.any(min=1)]` (succeed), `["cmake", re.compile(r"-S\S*"), re.comiple(r"-B\S*"), fp.any()]` (succeed), `["cmake", fp.any()]` (everything else must fail) My suggestion...
I have edited the top-comment
> For examples and interop, why do you care? Presumably you're not going to package these, nor is anyone distributing them. In practice no, it is not necessary, I just...
> Stripping metadata for these crates and adding publish = false for them seems like the right way forward. Done. > Suggest just adding exclude = ["/benches/*"] to the tonic/Cargo.toml....
Regarding `CI/Check MSRV` it seems that the rust version is `
> You still have the second commit adding back a bunch of license stuff to crates from which you removed license stuff in the first commit. Which one are you...
Ok, didn't know you wanted that for `tonic` crate as well. What about now?