]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
linter: Remove unneeded meson options
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 14 Dec 2025 15:48:25 +0000 (16:48 +0100)
committerDaanDeMeyer <daan.j.demeyer@gmail.com>
Fri, 2 Jan 2026 08:39:32 +0000 (09:39 +0100)
Now that clang-tidy passes regardless of whether
these options are enabled or not, let's stop
configuring them explicitly

.github/workflows/linter.yml

index 66699090f348be9dfafe6080071193401d17a804..dc93a31b89d3b68b36435db7c28a7cb4672e91f4 100644 (file)
@@ -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