Open
Description
Problem:
Currently, the vast majority of the Codebuild CI jobs use a Ubuntu 18 image:
This includes many of the unit test jobs that test combinations of compilers and libcryptos, and the integration test jobs.
In addition to adding a simple unit test job to Ubuntu 24 (#4529), all of the existing unit test combinations and the integration tests should be moved to Ubuntu 24. This will allow newer compiler versions to be more easily tested.
Solution:
Migrate the ubuntu 18 CI image to Ubuntu 24.
Activity