From b8f79c51ae8bc8f8e6677c64d8ea396e3017fb1b Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 30 Jun 2026 04:02:22 +0200 Subject: [PATCH] CI/CD: updated, researched other CI/CD implementations --- .gitea/workflows/cpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cpp.yml b/.gitea/workflows/cpp.yml index 406a5e4..6c11717 100644 --- a/.gitea/workflows/cpp.yml +++ b/.gitea/workflows/cpp.yml @@ -26,7 +26,7 @@ jobs: - name: clang-tidy continue-on-error: true run: | + sed -i 's/-mno-direct-extern-access //g' build/compile_commands.json set -o pipefail - run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" \ - -extra-arg=-Wno-unknown-argument 2>&1 | \ - grep -v 'Suppressed\|non-user\|non-system\|Found compiler error' + run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \ + grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct\|Found compiler error'