]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: drop dependency from meson to autotools jobs
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 12 Apr 2026 06:31:03 +0000 (08:31 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 12 Apr 2026 06:43:58 +0000 (08:43 +0200)
Meson is now a first-class support build system.
Run the CI for it right away.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index 73c2edeb8f317a49a20f09cefd4b39a5c4fde001..03150d9b3aa8cfeff16d8ffe33adedeb3c4fff0d 100644 (file)
@@ -78,7 +78,6 @@ jobs:
           path-to-lcov: ./coverage.info
 
   meson:
-    needs: build
     runs-on: ubuntu-latest
     concurrency:
       group: ${{ github.workflow }}-meson-${{ github.ref }}