-
-
Couldn't load subscription status.
- Fork 3.1k
ci: enable running libc-test on x86_64-linux-release
#25402
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
Conversation
9d0a38c to
a6e8578
Compare
|
Looks like we might have to just disable |
This causes QEMU to OOM in CI.
1.4G was the highest value I observed for any test case on x86_64-linux. This change should prevent OOM conditions in CI.
|
The error of this ci failure is the same error which I get locally when running the tests which I disabled with the comment |
|
It looks like this adds about 40 minutes to |
|
Reverting fcfdf99 for now as it's causing timeouts all over the place. I don't think there's anything actually wrong with it; it just appears to have added more load to the |
Upstream changed behavior so that the "max_rss" field in one line of their build.zig is now required: ziglang/zig#25402 Drop the command removing it, as it is no longer needed. "max_rss" errors were downgraded to warnings in: ziglang/zig#23525 Upstream suggestion: ziglang/zig#25659 Closes: https://bugs.gentoo.org/964953 Signed-off-by: Eric Joldasov <[email protected]>
No description provided.