build.zig: don't install testdata

This commit is contained in:
Andrew Kelley 2024-01-12 17:51:44 -07:00
parent 7d3a31872e
commit 3f809cbe7d

View file

@ -165,6 +165,8 @@ pub fn build(b: *std.Build) !void {
".xz", ".xz",
// exclude files from lib/std/tz/ // exclude files from lib/std/tz/
".tzif", ".tzif",
// exclude files from lib/std/tar/testdata
".tar",
// others // others
"README.md", "README.md",
}, },