mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update install.zig
This commit is contained in:
@@ -3172,6 +3172,10 @@ const PackageInstall = struct {
|
||||
hardlink,
|
||||
|
||||
// Slowest if single-threaded
|
||||
// Note that copyfile does technically support recursion
|
||||
// But I suspect it is slower in practice than manually doing it because:
|
||||
// - it adds syscalls
|
||||
// - it runs in userspace
|
||||
copyfile,
|
||||
|
||||
const BackendSupport = std.EnumArray(Method, bool);
|
||||
|
||||
Reference in New Issue
Block a user