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(valgrind): install libc6-dbg during valgrind setup
GitHub runners do not ship libc debug symbols by default, which leads
to unresolved symbols in exec CLI simulation benchmarks. Install
libc6-dbg via apt on supported systems after installing valgrind.
Fixes COD-2770
0 commit comments