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
I rely on the fact that CodeChecker exits with non-zero exit status
if the bugs were found to fail the build (is there some nicer way to do that?)
but unfortunately if CTU analysis fails on some files,
that also results in non-zero exit status.
Additionally, --ctu-reanalyze-on-failure appears to be at deprecated,
even though there are clearly some CTU bugs...
Are there some recommendations on how to deal with this?
The text was updated successfully, but these errors were encountered:
LebedevRI
added a commit
to LebedevRI/rawspeed
that referenced
this issue
Jul 1, 2023
I'm trying to enable CTU analysis on a project: https://github.com/darktable-org/rawspeed/actions/runs/5432405993/jobs/9879426261?pr=306
I rely on the fact that
CodeChecker
exits with non-zero exit statusif the bugs were found to fail the build (is there some nicer way to do that?)
but unfortunately if CTU analysis fails on some files,
that also results in non-zero exit status.
Additionally,
--ctu-reanalyze-on-failure
appears to be at deprecated,even though there are clearly some CTU bugs...
Are there some recommendations on how to deal with this?
The text was updated successfully, but these errors were encountered: