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
Fix per-library abidiff reports in the combined ABI summary
The libabigail action writes its report to a fixed RUNNER_TEMP path, so
the libhiredis_ssl invocation overwrote the libhiredis report before
the compose step read it, embedding the SSL report twice. Snapshot each
report to a unique file right after the step that produced it.
Also surface abidiff's own change-count summary lines (and SONAME
changes) in each section, since the action's verdict text can mislabel
struct layout changes as backward-compatible additions.
0 commit comments