-
Notifications
You must be signed in to change notification settings - Fork 574
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
Clang CI recently started failing #3776
Comments
Already reported actions/runner-images#8659 |
do you think using packages from apt.llvm.org would help ? |
I think that would only help if we were to start using a newer clang, since the issue is that clang 14 doesn't understand what to do with gcc 13's libstdc++ |
Looks like GitHub Actions is rolling out a new image bringing this back yet again... |
Apparently the issue was recently closed upstream. Let's wait another week and then try w/o the workaround. |
Definitely looks to be some problem with the Ubuntu packaging, or something about the GHA image. It appears Clang 14 is installed but it is attempting to use libc++ 13
The text was updated successfully, but these errors were encountered: