Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate CI to Ubuntu 24 #4537

Open
goatgoose opened this issue May 2, 2024 · 1 comment
Open

Migrate CI to Ubuntu 24 #4537

goatgoose opened this issue May 2, 2024 · 1 comment

Comments

@goatgoose
Copy link
Contributor

Problem:

Currently, the vast majority of the Codebuild CI jobs use a Ubuntu 18 image:

image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu18codebuild

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.

@dougch
Copy link
Contributor

dougch commented May 8, 2024

As with Arm/nix, tools like sslyze won't be simple to bring forward. Unit test runs should be trivial to get running with minor updates to the install_ubuntu_deps script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants