File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,14 @@ pub fn build(b: *Build) void {
85
85
elf_step .dependOn (testTlsDso (b , .{ .target = glibc_target }));
86
86
elf_step .dependOn (testTlsGd (b , .{ .target = glibc_target }));
87
87
elf_step .dependOn (testTlsGdNoPlt (b , .{ .target = glibc_target }));
88
- elf_step .dependOn (testTlsGdToIe (b , .{ .target = glibc_target }));
88
+ // https://github.com/ziglang/zig/issues/17576
89
+ //elf_step.dependOn(testTlsGdToIe(b, .{ .target = glibc_target }));
89
90
elf_step .dependOn (testTlsIe (b , .{ .target = glibc_target }));
90
91
elf_step .dependOn (testTlsLargeAlignment (b , .{ .target = glibc_target }));
91
92
elf_step .dependOn (testTlsLargeTbss (b , .{ .target = glibc_target }));
92
93
elf_step .dependOn (testTlsLargeStaticImage (b , .{ .target = glibc_target }));
93
- elf_step .dependOn (testTlsLd (b , .{ .target = glibc_target }));
94
+ // https://github.com/ziglang/zig/issues/17576
95
+ //elf_step.dependOn(testTlsLd(b, .{ .target = glibc_target }));
94
96
elf_step .dependOn (testTlsLdDso (b , .{ .target = glibc_target }));
95
97
elf_step .dependOn (testTlsLdNoPlt (b , .{ .target = glibc_target }));
96
98
// https://github.com/ziglang/zig/issues/17430
You can’t perform that action at this time.
0 commit comments