Revert "ci: enable running libc-test on x86_64-linux-release"

This reverts commit fcfdf99122b17a928c144c3d70418b35e6b1620e.

This added too much load to the x86_64-linux machines, resulting in timeouts
pretty much across the board.
This commit is contained in:
Alex Rønne Petersen 2025-10-15 21:29:47 +02:00
parent 6669885aa2
commit 493ad58ff7
No known key found for this signature in database

View File

@ -56,7 +56,6 @@ stage3-release/bin/zig build \
stage3-release/bin/zig build test docs \
--maxrss 21000000000 \
-Dlldb=$HOME/deps/lldb-zig/Release-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \
-fqemu \
-fwasmtime \
-Dstatic-llvm \