ci: enable running libc-test on x86_64-linux-release#25402
ci: enable running libc-test on x86_64-linux-release#25402alexrp merged 3 commits intoziglang:masterfrom
ci: enable running libc-test on x86_64-linux-release#25402Conversation
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 <bratishkaerik@landless-city.net>
No description provided.