Skip to content

[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

Open
nickdesaulniers opened this issue Jan 30, 2024 · 5 comments
Open

[libc] upgrade build bots #80073

nickdesaulniers opened this issue Jan 30, 2024 · 5 comments
Labels
infrastructure Bugs about LLVM infrastructure libc test-suite

Comments

@nickdesaulniers
Copy link
Member

nickdesaulniers commented Jan 30, 2024

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.

@llvmbot
Copy link
Member

llvmbot commented Jan 30, 2024

@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.

nickdesaulniers added a commit to nickdesaulniers/llvm-project that referenced this issue Jan 30, 2024
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
nickdesaulniers added a commit that referenced this issue Jan 30, 2024
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
@nickdesaulniers
Copy link
Member Author

the aarch64 bot is now failing because it's cmake is too old.

CMake 3.20.0 or higher is required. You are running version 3.18.4

https://lab.llvm.org/buildbot/#/builders/223/builds/36097/steps/4/logs/stdio

@EugeneZelenko EugeneZelenko added the infrastructure Bugs about LLVM infrastructure label Feb 13, 2024
@llvmbot
Copy link
Member

llvmbot commented Feb 13, 2024

@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.

@michaelrj-google
Copy link
Contributor

the arm bot is fixed. It's been using a manually built copy of cmake (which is how it was working until now).

@nickdesaulniers
Copy link
Member Author

This is now a problem for folks trying to raise the minimum supported version of python.

#83962

@nickdesaulniers nickdesaulniers removed their assignment Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Bugs about LLVM infrastructure libc test-suite
Projects
None yet
Development

No branches or pull requests

4 participants