commit 0bf7c4c4d70614fb809e84a515ba5b76bde57e19 (tree)
parent 605c01c2dc7cfd5449a4b175bbc6e04a0bb75207
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Thu, 4 Jun 2026 23:03:12 +0200
test: disable cbe module tests on riscv64-linux
They add way too much run time to the jobs.
https://codeberg.org/ziglang/zig/issues/30930
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/test/tests.zig b/test/tests.zig
@@ -2648,6 +2648,11 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
continue;
}
+ if (target.cpu.arch == .riscv64 and target.ofmt == .c) {
+ // https://codeberg.org/ziglang/zig/issues/30930
+ continue;
+ }
+
if (std.mem.eql(u8, options.name, "libc")) {
// The libc API tests obviously need to link libc. So for test
// target entries where we wouldn't link libc by default, skip the