[PATCH for-4.21 6/6] github/coverity: switch to building with json-c instead of yajl

Roger Pau Monne posted 6 patches 2 weeks, 1 day ago
[PATCH for-4.21 6/6] github/coverity: switch to building with json-c instead of yajl
Posted by Roger Pau Monne 2 weeks, 1 day ago
Switch the json library used by the Coverity runs.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 .github/workflows/coverity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index a6c2819b0a24..a9a971f6a1e5 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -20,9 +20,9 @@ jobs:
           iasl \
           libbz2-dev \
           libext2fs-dev \
+          libjson-c-dev \
           liblzma-dev \
           libncurses5-dev \
-          libyajl-dev \
           libzstd-dev \
           ocaml \
           ocaml-findlib \
-- 
2.51.0


Re: [PATCH for-4.21 6/6] github/coverity: switch to building with json-c instead of yajl
Posted by Jason Andryuk 2 weeks, 1 day ago
On 2025-10-15 09:40, Roger Pau Monne wrote:
> Switch the json library used by the Coverity runs.
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Reviewed-by: Jason Andryuk <jason.andryuk@amd.com>