mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Make bun install fast by default on linux
This commit is contained in:
@@ -3463,7 +3463,7 @@ const PackageInstall = struct {
|
||||
var supported_method: Method = if (Environment.isMac)
|
||||
Method.clonefile
|
||||
else
|
||||
Method.copyfile;
|
||||
Method.hardlink;
|
||||
|
||||
fn installWithClonefileEachDir(this: *PackageInstall) !Result {
|
||||
const Walker = @import("../walker_skippable.zig");
|
||||
|
||||
Reference in New Issue
Block a user