Commit 2cab37a
committed
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-27701 parent 9793aaf commit 2cab37a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
| |||
0 commit comments