Skip to content

Commit 3f809cb

Browse files
committed
build.zig: don't install testdata
1 parent 7d3a318 commit 3f809cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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)