We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49bb5d commit 8a03d79Copy full SHA for 8a03d79
1 file changed
tools/private/zipapp/zip_main_maker.py
@@ -39,6 +39,10 @@ def compute_inputs_hash(manifest_path: str) -> str:
39
40
if type_ == "rf-empty":
41
continue
42
+ if type_ == "symlink":
43
+ # The symlink path and the target it points to
44
+ # are captured by hashing the entire line above.
45
+ continue
46
47
is_symlink_str = parts[0]
48
path = parts[-1]
0 commit comments