]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: Do not use json-c fallback for muon minimal build
authorDaniel Wagner <dwagner@suse.de>
Thu, 25 May 2023 17:31:55 +0000 (19:31 +0200)
committerDaniel Wagner <wagi@monom.org>
Thu, 25 May 2023 17:57:03 +0000 (19:57 +0200)
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 <dwagner@suse.de>
.github/workflows/build.yml

index 205650d9ccdbe4cb8b6f14f9dcc7246fd997be12..b6137be5df948653c06104aed760a8022fb3bb88 100644 (file)
@@ -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