We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276353d commit 2f68832Copy full SHA for 2f68832
build.zig
@@ -489,7 +489,7 @@ pub fn build(b: *std.Build) !void {
489
// not respect the execute permission on arbitrary files it extracts from dependencies.
490
// Since we need those files to have the execute permission set for tests to
491
// run successfully, we need to patch them before we bake them into the
492
- // test executable. -blurrycat 3/31/25
+ // test executable.
493
const resources_dir = b.addWriteFiles().addCopyDirectory(
494
libgit_root.path(b, "tests/resources/"),
495
"test_resources",
0 commit comments