From: Daniel Wagner Date: Fri, 14 Apr 2023 07:56:23 +0000 (+0200) Subject: build: Simple muon build configuration X-Git-Tag: v1.5~49 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c90eeff5f5bfab597a6152d979aa7049524dd79f;p=users%2Fsagi%2Flibnvme.git build: Simple muon build configuration The auto detection takes care to disable all dependencies. Thus we should actually test this by explicitly disabling this part. Signed-off-by: Daniel Wagner --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01bae284..48a26e4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -369,11 +369,11 @@ jobs: run: | export PATH=$(pwd)/build-tools/muon/build:$PATH + # Need to explicitly disable python as muon currently + # only partially supports the python module. It misses + # the dependency() implementation muon setup \ -Dpython=disabled \ - -Dopenssl=disabled \ - -Dlibdbus=disabled \ - -Djson-c=disabled \ build samu -C build - name: test