Suyash Dongre

Results 32 comments of Suyash Dongre

@dmick > How large is the .json file? where is it placed? Does this mean that the clang-tidy job must be run after the ceph build job? How is that...

> but...so...that means clang-tidy isn't a separate Jenkins job anymore, or a pre-check for PRs, it's a step of the actual build. That's unlike anything else in the build structure....

> oh, but, no...the clang-tidy job is attempting to "build_debs()" itself. That's not going to work; the build is a _long_ resource-intensive process, and there's a lot more going on...

> I don't know. Also, even "just running cmake" depends on stuff in ./install-deps.sh, which for Debian builds would need to be running inside a pbuilder environment... this is totally...

@dmick is it possible that I manually build Ceph instead of `build_debs()` inside the pbuilder environment? By following the steps specified in the [README](https://github.com/ceph/ceph?tab=readme-ov-file#building-ceph)

Hi @dmick can you please check the above comments? Thanks!

> Maybe it's best to incorporate this as an optional step in the make-check job? make check already builds ceph, and will have a built ceph tree in the workspace...

> Maybe it's best to incorporate this as an optional step in the make-check job? make check already builds ceph, and will have a built ceph tree in the workspace...

> @Suyashd999 please add the original warning/error from clag-tidy either into the commit comment (in case of false positives) or to the tracker issue if there is one. or at...

> must either fix the real problem some of us see in the code, then get Casey to agree with the analysis, or - explain why indeed there's no real...