Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail cc_ast_dump when AST dump encounters errors, add missing depende…
…ncies to API AST dump PR #2991 introduced a regression where the API AST dump did not have access to all the required includes. However, an incomplete AST was still being generated despite the missing include error. Add the missing dependencies so that the correct types are generated and enable pipefail for the ast dump/gzip shell commands so that the cc_ast_dump action fails if there are any errors being reported.
- Loading branch information