From 624bbf60e79c2b6c838e952aa0c8c4cc35128044 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Wed, 26 Oct 2022 22:14:47 +0200 Subject: disable building for arm-musleabihf for now --- build.zig | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 74e681f..c082bed 100644 --- a/build.zig +++ b/build.zig @@ -86,13 +86,14 @@ const all_test_targets = switch (builtin.target.cpu.arch) { }, .bundled = true, }, - TestTarget{ - .target = .{ - .cpu_arch = .arm, - .abi = .musleabihf, - }, - .bundled = true, - }, + // TODO(vincent): failing for some time for unknown reasons + // TestTarget{ + // .target = .{ + // .cpu_arch = .arm, + // .abi = .musleabihf, + // }, + // .bundled = true, + // }, // Targets windows TestTarget{ .target = .{ -- cgit v1.2.3