From: Thomas Weißschuh Date: Sun, 12 Apr 2026 06:31:03 +0000 (+0200) Subject: ci: drop dependency from meson to autotools jobs X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b29f35473c18d00a5913fa41d6d8f750c66a8eb;p=thirdparty%2Futil-linux.git ci: drop dependency from meson to autotools jobs Meson is now a first-class support build system. Run the CI for it right away. Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 73c2edeb8..03150d9b3 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -78,7 +78,6 @@ jobs: path-to-lcov: ./coverage.info meson: - needs: build runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-meson-${{ github.ref }}