Skip to content

Commit

Permalink
disable flaky linker test
Browse files Browse the repository at this point in the history
tracked by #17576
  • Loading branch information
andrewrk committed Oct 18, 2023
1 parent 149f2f8 commit aeadcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/link/elf.zig
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ pub fn build(b: *Build) void {
// https://github.com/ziglang/zig/issues/17576
//elf_step.dependOn(testTlsLd(b, .{ .target = glibc_target }));
elf_step.dependOn(testTlsLdDso(b, .{ .target = glibc_target }));
elf_step.dependOn(testTlsLdNoPlt(b, .{ .target = glibc_target }));
// https://github.com/ziglang/zig/issues/17576
//elf_step.dependOn(testTlsLdNoPlt(b, .{ .target = glibc_target }));
// https://github.com/ziglang/zig/issues/17430
// elf_step.dependOn(testTlsNoPic(b, .{ .target = glibc_target }));
elf_step.dependOn(testTlsOffsetAlignment(b, .{ .target = glibc_target }));
Expand Down

0 comments on commit aeadcb3

Please sign in to comment.