Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: Skip clang-analyze when reference generation fails.
Compiling the OVS reference is supposed to succeed unless some external change breaks this compilation. One example is when DPDK API changes and breaks OVS compilation. This case is hit in the dpdk-latest branch, but also when bumping DPDK version in the main branch. On the other hand, the clang-analyze check goal is to validate OVS changes, not external changes. Fixes: d662eee ("ci: Add clang-analyze to GitHub actions.") Signed-off-by: David Marchand <[email protected]>
- Loading branch information