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

Update our testing to support ubuntu-latest containers #221

Open
stefanbucur opened this issue Dec 1, 2022 · 1 comment
Open

Update our testing to support ubuntu-latest containers #221

stefanbucur opened this issue Dec 1, 2022 · 1 comment

Comments

@stefanbucur
Copy link
Collaborator

No description provided.

@attilaolah
Copy link

attilaolah commented Apr 4, 2023

Looks like Actions have started failing (at least for me) when running under ubuntu-18 containers. It would be nice to support ubuntu-22, although there don't seem to be pre-built binaries for recent Clang versions. (Maybe building clang from source during testing would be simpler at some point.)

That said, the latest main branch of this repo seems to work with ubuntu-22.04. I installed the following dependencies:

apt-get --yes install python-is-python3 python3-distutils pypy-enum34 libtinfo5

Note that libtinfo5 is only needed if the pre-built Clang 16 binary is used, since it is linked against an older version of tinfo.

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

No branches or pull requests

2 participants