Skip to content

Commit d55d1e3

Browse files
authored
Merge pull request #18261 from ianic/tar_tests
std:tar Copy Go tar test suite and make them pass
2 parents 7916cf6 + 3f809cb commit d55d1e3

31 files changed

+913
-188
lines changed

build.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ pub fn build(b: *std.Build) !void {
165165
".xz",
166166
// exclude files from lib/std/tz/
167167
".tzif",
168+
// exclude files from lib/std/tar/testdata
169+
".tar",
168170
// others
169171
"README.md",
170172
},

0 commit comments

Comments
 (0)