nix-grpc-store-clang-tidy-0.1.0:
805 | act.sa_handler = SIG_IGN;
| ^
../src/nix-grpc-daemon.cc:806:15: error: no header providing "SIGPIPE" …
nix-grpc-store-clang-tidy-0.1.0:
805 | act.sa_handler = SIG_IGN;
| ^
../src/nix-grpc-daemon.cc:806:15: error: no header providing "SIGPIPE" is directly included [misc-include-cleaner,-warnings-as-errors]
806 | sigaction(SIGPIPE, &act, nullptr);
| ^
FAILED: [code=1] meson-internal__clang-tidy
/nix/store/735yy09gy9j1wzwrsd1v1xrgf6izyr5d-meson-1.10.2/bin/meson --internal clangtidy /nix/var/nix/builds/nix-71565-2557160439/source /nix/var/nix/builds/nix-71565-2557160439/source/build --color always
ninja: build stopped: subcommand failed.
|