-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[libc] upgrade build bots #80073
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
Comments
@llvm/issue-subscribers-libc Author: Nick Desaulniers (nickdesaulniers)
some of the build bots are running linux 4.19 which went EOL 5 days ago.
some of our unit tests fail due to bugs on these systems. |
I suspect this is a bug in linux 4.19, as the test passes as written on my linux 6.5 machine. Let's revisit this after the build bots are upgraded. Link: llvm#80073
I suspect this is a bug in linux 4.19, as the test passes as written on my linux 6.5 machine. Let's revisit this after the build bots are upgraded. Link: #80073
the aarch64 bot is now failing because it's cmake is too old.
https://lab.llvm.org/buildbot/#/builders/223/builds/36097/steps/4/logs/stdio |
@llvm/issue-subscribers-infrastructure Author: Nick Desaulniers (nickdesaulniers)
some of the build bots are running linux 4.19 which went EOL 5 days ago.
EDIT: @nathanchance pointed out that https://www.kernel.org/category/releases.html is the correct date of EOL support, which is Dec '24. some of our unit tests fail due to bugs on these systems. |
the arm bot is fixed. It's been using a manually built copy of cmake (which is how it was working until now). |
This is now a problem for folks trying to raise the minimum supported version of python. |
Uh oh!
There was an error while loading. Please reload this page.
some of the build bots are running linux 4.19 which went EOL 5 days ago.
EDIT: @nathanchance pointed out that https://www.kernel.org/category/releases.html is the correct date of EOL support, which is Dec '24.
some of our unit tests fail due to bugs on these systems.
The text was updated successfully, but these errors were encountered: