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
ci(temp): _dump_diagnostics writes to /tmp/ocv_diag.txt (not swallowed log.error)
Per review: mcpp/xlings interface mode swallows the hook's log.* output, so
log.error was useless for surfacing the build log. Write the failure detail
(build log / raised error / PATH) to /tmp/ocv_diag.txt and cat it in the CI
diagnostic step — the file+external-cat pattern, same as the trace.
0 commit comments