From 3e60354bf2a2ad7e7fa81fe8107f3ce24e098287 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 2 May 2024 19:35:10 +0200 Subject: executor: make flatrpc build for C++ --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0990b00ee..584336822 100644 --- a/Makefile +++ b/Makefile @@ -282,10 +282,11 @@ configs: kconf bin/syz-kconf -config dashboard/config/linux/main.yml -sourcedir $(SOURCEDIR) tidy: descriptions - clang-tidy -quiet -header-filter=.* -warnings-as-errors=* \ + clang-tidy -quiet -header-filter=executor/.* -warnings-as-errors=* \ -checks=-*,misc-definitions-in-headers,bugprone-macro-parentheses,clang-analyzer-*,-clang-analyzer-security.insecureAPI*,-clang-analyzer-optin.performance* \ -extra-arg=-DGOOS_$(TARGETOS)=1 -extra-arg=-DGOARCH_$(TARGETARCH)=1 \ -extra-arg=-DHOSTGOOS_$(HOSTOS)=1 -extra-arg=-DGIT_REVISION=\"$(REV)\" \ + --extra-arg=-I. --extra-arg=-Ivendor \ executor/*.cc ifdef CI -- cgit mrf-deployment