diff --git a/ledger/src/blockstore.rs b/ledger/src/blockstore.rs index 45c1cbf49bdb2c..cda801bb296e45 100644 --- a/ledger/src/blockstore.rs +++ b/ledger/src/blockstore.rs @@ -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();