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

only run libtester tests on ubuntu22 #1999

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

spoonincode
Copy link
Member

By far the primary purpose of the libtester tests are to ensure we didn't goof proper referencing or installation of a libtester dependency since they aren't handled automatically. It's easy to break in one of the three ways we support.

Testing libtester on all the supported Ubuntu versions is a distant second purpose. But I am not sure I can think of cases where this has gone awry recently, and there is nothing in libtester's cmake complexity that is different for different Linux distros.

Due to #1936 let's just remove libtester testing on ubuntu20 for now. While I'm sure it's possible (even easy) to fix the underlying issue of needing to use a newer compiler for these tests on ubuntu20, it's nice not to add more complexity for this case imo. Resolves #1936 indirectly.

@spoonincode spoonincode merged commit 4cf19e5 into main Dec 19, 2023
@spoonincode spoonincode deleted the libtester_tests_u22only branch December 19, 2023 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants