]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: Simple muon build configuration
authorDaniel Wagner <dwagner@suse.de>
Fri, 14 Apr 2023 07:56:23 +0000 (09:56 +0200)
committerDaniel Wagner <wagi@monom.org>
Fri, 14 Apr 2023 08:03:21 +0000 (10:03 +0200)
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 <dwagner@suse.de>
.github/workflows/build.yml

index 01bae28499dc21f2fd2b8967b81090076de74546..48a26e4ebb22b22f3651dffe60ed83ffb579a7ba 100644 (file)
@@ -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