From c90eeff5f5bfab597a6152d979aa7049524dd79f Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 14 Apr 2023 09:56:23 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.0