From 91a82e790e14228a2b8921e2361b074202e61029 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 21 May 2025 12:55:35 +0200 Subject: [PATCH] ci: Setup clang-tidy meson env with extra options We want the relevant code to be compiled so that it can be analyzed by clang-tidy. --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 5aca56290d..252ae4eb6a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -71,7 +71,7 @@ jobs: fi - name: Configure meson - run: mkosi sandbox -- env CC=clang CXX=clang++ meson setup build + run: mkosi sandbox -- env CC=clang CXX=clang++ meson setup -Dlocalegen-path=/usr/bin/locale-gen -Dcompat-mutable-uid-boundaries=true build - name: Run clang-tidy run: mkosi sandbox -- meson test -C build --suite=clang-tidy --print-errorlogs --no-stdsplit