From 493ad58ff72ac79528cbd20e9506daca964ec37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 15 Oct 2025 21:29:47 +0200 Subject: [PATCH] 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. --- ci/x86_64-linux-release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh index 3663090e02..53b93c75bb 100755 --- a/ci/x86_64-linux-release.sh +++ b/ci/x86_64-linux-release.sh @@ -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 \