From ed27852353355fd915207bd0ba4ccec873c878b1 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 28 Feb 2023 11:49:06 +0900 Subject: [PATCH] Bind `.cargo/git` dir with `link_cargo_registry` --- update.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/update.py b/update.py index 88895b8..e9ca8c9 100755 --- a/update.py +++ b/update.py @@ -1072,6 +1072,11 @@ def update_pkg_list( 3, f'{os.environ["HOME"]}/.cargo/registry:/build/.cargo/registry', ) + command_list.insert(4, "-d") + command_list.insert( + 5, + f'{os.environ["HOME"]}/.cargo/git:/build/.cargo/git', + ) # log_print(f"Using command list: {command_list + post_command_list}") # DEBUG with open( os.path.join(