mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
elf: temporarily disable non-llvm linker tests
This commit is contained in:
parent
727d9431c8
commit
621ddc003a
@ -13,7 +13,7 @@ pub fn build(b: *Build) void {
|
||||
};
|
||||
|
||||
// Exercise linker with self-hosted backend (no LLVM)
|
||||
elf_step.dependOn(testLinkingZig(b, .{ .use_llvm = false }));
|
||||
// elf_step.dependOn(testLinkingZig(b, .{ .use_llvm = false }));
|
||||
|
||||
// Exercise linker with LLVM backend
|
||||
elf_step.dependOn(testEmptyObject(b, .{ .target = musl_target }));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user