3e23f24234
cpp-template / format (ubuntu-20.04) (push) Has been cancelled
cpp-template / format (ubuntu-22.04) (push) Has been cancelled
cpp-template / format (ubuntu-24.04) (push) Has been cancelled
cpp-template / debug (ubuntu-20.04) (push) Has been cancelled
cpp-template / debug (ubuntu-22.04) (push) Has been cancelled
cpp-template / debug (ubuntu-24.04) (push) Has been cancelled
cpp-template / clang-tidy (ubuntu-20.04) (push) Has been cancelled
cpp-template / clang-tidy (ubuntu-22.04) (push) Has been cancelled
cpp-template / clang-tidy (ubuntu-24.04) (push) Has been cancelled
cpp-template / release (ubuntu-20.04) (push) Has been cancelled
cpp-template / release (ubuntu-22.04) (push) Has been cancelled
cpp-template / release (ubuntu-24.04) (push) Has been cancelled
cpp-template / install-consumer (ubuntu-20.04) (push) Has been cancelled
cpp-template / install-consumer (ubuntu-22.04) (push) Has been cancelled
cpp-template / install-consumer (ubuntu-24.04) (push) Has been cancelled
cpp-template / asan (ubuntu-20.04) (push) Has been cancelled
cpp-template / asan (ubuntu-22.04) (push) Has been cancelled
cpp-template / asan (ubuntu-24.04) (push) Has been cancelled
cpp-template / tsan (ubuntu-20.04) (push) Has been cancelled
cpp-template / tsan (ubuntu-22.04) (push) Has been cancelled
cpp-template / tsan (ubuntu-24.04) (push) Has been cancelled
cpp-template / fuzz-smoke (ubuntu-20.04) (push) Has been cancelled
cpp-template / fuzz-smoke (ubuntu-22.04) (push) Has been cancelled
cpp-template / fuzz-smoke (ubuntu-24.04) (push) Has been cancelled
cpp-template / no-network-negative (ubuntu-20.04) (push) Has been cancelled
cpp-template / no-network-negative (ubuntu-22.04) (push) Has been cancelled
cpp-template / no-network-negative (ubuntu-24.04) (push) Has been cancelled
- Exclude readability-magic-numbers from .clang-tidy checks; test and benchmark files contain literal test data that should not be treated as magic numbers. - Add detect_system_include_extra_args() to clang_tidy.py that queries gcc -print-file-name=include at runtime, passing the result via --extra-arg=-isystem to the static clang-tidy binary. This fixes the 'stddef.h not found' error on systems where the bundled static binary lacks a resource directory, without hardcoding any paths.