forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
33fa349
commit 02a00a2
Showing
1 changed file
with
59 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters