Skip to content

Commit

Permalink
Set COPYFILE_DISABLE for mac os so it doesn't generate ._ files (sola…
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge authored Feb 16, 2024
1 parent 6fc8a61 commit e406402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ledger/src/blockstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4315,6 +4315,7 @@ pub fn create_new_ledger(
blockstore_dir,
];
let output = std::process::Command::new("tar")
.env("COPYFILE_DISABLE", "1")
.args(args)
.output()
.unwrap();
Expand Down

0 comments on commit e406402

Please sign in to comment.