aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.53k stars 708 forks source link

Update Valgrind version in CI docker image #4759

Closed boquan-fang closed 1 month ago

boquan-fang commented 2 months ago

Problem:

Older versions of Valgrind can't run with executable compiled by Clang compiler. The current docker image in CI is using Ubuntu 18 with Valgrind version of 3.18.1. That version of Valgrind along with Clang compiled codes will fail the memory check automatically.

Solution:

Requirements / Acceptance Criteria:

dougch commented 2 months ago

Ubuntu22 only ships with valgrind 3.18 so Ubuntu24 it is.