[PATCH] D109701: [clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` interface

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 11 10:48:28 PDT 2022


aaron.ballman added a comment.

In D109701#3642786 <https://reviews.llvm.org/D109701#3642786>, @vaibhav.y wrote:

> In D109701#3642748 <https://reviews.llvm.org/D109701#3642748>, @aaron.ballman wrote:
>
>> Unfortunately, it still seems to be causing failures (I had to revert again):
>>
>> https://lab.llvm.org/buildbot/#/builders/91/builds/11840
>>
>> It looks to be the same failure as before (https://lab.llvm.org/buildbot/#/builders/91/builds/11328). :-(
>
> Thanks, this seems to be reproducible. Perhaps there's something special about my environment making it work. I'll try to pare down more (possibly try to build inside a container).

Hopefully!

> The buildbot properties say its Linux aurora is there an official container / build spec I can use to mimic the environment?

I don't know that there is such a thing, unfortunately. (Many of the bots are bots hosted by various different companies with different views on access to servers, I'd imagine.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109701/new/

https://reviews.llvm.org/D109701



More information about the cfe-commits mailing list