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

Clang CI recently started failing #3776

Open
randombit opened this issue Oct 26, 2023 · 5 comments
Open

Clang CI recently started failing #3776

randombit opened this issue Oct 26, 2023 · 5 comments

Comments

@randombit
Copy link
Owner

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

@randombit
Copy link
Owner Author

Already reported actions/runner-images#8659

@devnexen
Copy link
Collaborator

do you think using packages from apt.llvm.org would help ?

@randombit
Copy link
Owner Author

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++ chrono. But if we use a newer clang then we are no longer testing with our minimum required version, so inevitably we'll encounter build regressions by introducing something that works with other compilers but not clang 14.

@reneme
Copy link
Collaborator

reneme commented Jan 16, 2024

Looks like GitHub Actions is rolling out a new image bringing this back yet again...
https://github.com/randombit/botan/actions/runs/7543153103/job/20533520177?pr=3887

@reneme
Copy link
Collaborator

reneme commented Mar 5, 2024

Apparently the issue was recently closed upstream. Let's wait another week and then try w/o the workaround.

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

3 participants