You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ci.mk does not check if the CC variable has a value attributed to it. This may prevent the misra-check rule from executing correctly as it will not have a cc to invoke. In this case .cppcheck-types.cfg will not generate correctly.
run make -C ci/docker misra-check PLATFORM=qemu-aarch64-virt
misra check will fail due to bad .cppcheck-types.cfg file
Expected behavior
Misra check ci rule should either terminate successfully or output
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Although this issue can be fixed by the projects that include bao-ci, bao-ci should perform sanity checks for uninitialized variables.
The text was updated successfully, but these errors were encountered:
Describe the bug
ci.mk does not check if the CC variable has a value attributed to it. This may prevent the misra-check rule from executing correctly as it will not have a cc to invoke. In this case
.cppcheck-types.cfg
will not generate correctly.To Reproduce
Steps to reproduce the behavior :
.cppcheck-types.cfg
fileExpected behavior
Misra check ci rule should either terminate successfully or output
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Although this issue can be fixed by the projects that include bao-ci, bao-ci should perform sanity checks for uninitialized variables.
The text was updated successfully, but these errors were encountered: