]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
workflows: disable documentation generation
authorMorten Linderud <morten@linderud.pw>
Sat, 12 Mar 2022 14:58:27 +0000 (15:58 +0100)
committerMorten Linderud <morten@linderud.pw>
Sat, 12 Mar 2022 14:58:27 +0000 (15:58 +0100)
Signed-off-by: Morten Linderud <morten@linderud.pw>
.github/workflows/coverity.yml
.github/workflows/test.yml

index a1d8b0fa5d3f41d8a11e16fbca247ae9eef2b84e..b15abe38ee3ca96e67da7f66dd73ca54a16ec542 100644 (file)
@@ -31,7 +31,7 @@ jobs:
         run: |
           export PATH="$(pwd)/cov-analysis-linux64/bin:${PATH}"
 
-          meson setup -Dtests=true -Dinit-script=systemd -Dprefix=/usr build/
+          meson setup -Ddocs=false -Dtests=true -Dinit-script=systemd -Dprefix=/usr build/
           meson compile -C build
           cd build
 
index a28ab532d94824d9b08bfd39db6355a5fe449f79..fe58d831692491966df4f36eb95012a0163ca89c 100644 (file)
@@ -37,7 +37,7 @@ jobs:
         env:
           CC: ${{ matrix.compiler }}
         run: |
-          meson setup -Dtests=true -Dinit-script=systemd -Dprefix=/usr build/
+          meson setup -Ddocs=false -Dtests=true -Dinit-script=systemd -Dprefix=/usr build/
           meson compile -C build
       - name: Test
         env: