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

[WIP] CI tests: use ubuntu 24.04 for clang tidy and clang sanitizer tests #5352

Open
wants to merge 10 commits into
base: development
Choose a base branch
from

Conversation

lucafedeli88
Copy link
Member

@lucafedeli88 lucafedeli88 commented Oct 2, 2024

In this PR I am updating the OS for the clang-tidy and clang sanitizer tests to Ubuntu 24.04, since it is no longer in beta for github hosted runners. The PR also bumps the version of clang used for sanitizer tests from 17 to 18.

The sanitizer test was already using ubuntu:23.10 via a container, so some changes consists in removing lines that were only necessary to run inside a container.

For the clang-tidy test the final goal is also to bump the version of clang-tidy from 15 to 18, but this will be done in a separate PR (it will require to update the clang-tidy configuration file).

@lucafedeli88 lucafedeli88 added the component: tests Tests and CI label Oct 2, 2024
@lucafedeli88 lucafedeli88 changed the title CI tests: use ubuntu 24.04 for clang tidy and clang sanitizer tests [WIP] CI tests: use ubuntu 24.04 for clang tidy and clang sanitizer tests Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tests Tests and CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant