File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step {
114
114
elf_step .dependOn (testLargeBss (b , .{ .target = gnu_target }));
115
115
elf_step .dependOn (testLinkOrder (b , .{ .target = gnu_target }));
116
116
elf_step .dependOn (testLdScript (b , .{ .target = gnu_target }));
117
- elf_step .dependOn (testLdScriptPathError (b , .{ .target = gnu_target }));
117
+ // https://github.com/ziglang/zig/issues/23125
118
+ // elf_step.dependOn(testLdScriptPathError(b, .{ .target = gnu_target }));
118
119
elf_step .dependOn (testLdScriptAllowUndefinedVersion (b , .{ .target = gnu_target , .use_lld = true }));
119
120
elf_step .dependOn (testLdScriptDisallowUndefinedVersion (b , .{ .target = gnu_target , .use_lld = true }));
120
121
// https://github.com/ziglang/zig/issues/17451
You can’t perform that action at this time.
0 commit comments