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: add the distribution to the instruments cache key
`runner.os` evaluates to `Linux`, and the kernel version does not imply a
release: containers report their host's kernel, and two images of different
releases can ship the same one. Entries built against one release were therefore
restored on another, and an Ubuntu 26.04 job could pick up a valgrind tree built
for 24.04.
Refs COD-3306
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments