disable flaky linker test

tracked by #17576
This commit is contained in:
Andrew Kelley 2023-10-17 21:46:13 -07:00
parent 149f2f8adb
commit aeadcb3918

View File

@ -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 }));