From 3fda6d6e4c8a2fa9eb25e57d740789c44a3d15a2 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 25 May 2023 19:31:55 +0200 Subject: [PATCH] build: Do not use json-c fallback for muon minimal build Configure the muon minimal build without using the json-c fallback. This ensures that the case where json-c is not available is also compile tested. Signed-off-by: Daniel Wagner --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 205650d9..b6137be5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -351,8 +351,10 @@ jobs: muon setup \ -Dprefix=${ROOT_PATH} \ -Dwrap_mode=forcefallback \ + -Dlibnvme:json-c=disabled \ -Dlibnvme:python=disabled \ -Dlibnvme:openssl=disabled \ + -Djson-c=disabled \ .build samu -C .build muon -C .build install -- 2.49.0