[iwyu] Ignore missing files (#29638)

pull/29639/head
Craig Tiller 3 years ago committed by GitHub
parent 6483a24990
commit 98cef58e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/dockerfile/grpc_iwyu/iwyu.sh

@ -62,6 +62,7 @@ cat compile_commands.json | jq -r '.[].file' \
| grep -E $INCLUSION_REGEX \
| grep -v -E "/upb-generated/|/upbdefs-generated/" \
| sort \
| xargs -d '\n' ls -1df 2> /dev/null \
> iwyu_files.txt
echo '#!/bin/sh

Loading…
Cancel
Save