From: Daan De Meyer Date: Sun, 14 Dec 2025 15:48:25 +0000 (+0100) Subject: linter: Remove unneeded meson options X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa284132bc4b076c9a9a3cd67ea533a95dc0a489;p=thirdparty%2Fsystemd.git linter: Remove unneeded meson options Now that clang-tidy passes regardless of whether these options are enabled or not, let's stop configuring them explicitly --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 66699090f34..dc93a31b89d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -77,7 +77,7 @@ jobs: mkosi box -- ruff check src/core/generate-bpf-delegate-configs.py src/boot/generate-hwids-section.py src/test/generate-sym-test.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py - name: Configure meson - run: mkosi box -- env CC=clang CXX=clang++ meson setup -Dlocalegen-path=/usr/bin/locale-gen -Dcompat-mutable-uid-boundaries=true build + run: mkosi box -- env CC=clang CXX=clang++ meson setup build - name: Run clang-tidy run: mkosi box -- meson test -C build --suite=clang-tidy --print-errorlogs --no-stdsplit --quiet