Since we zip sym file, we no longer need it.
This commit is contained in:
parent
c630b5cdf8
commit
62e66deb5e
|
@ -47,6 +47,7 @@ def generate_sym_files(install_root):
|
|||
subprocess.run(dump_syms_cmd, check=True)
|
||||
|
||||
sym_files.append((debug_file, zip_sym(sym_file)))
|
||||
os.remove(sym_file)
|
||||
|
||||
return sym_files
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user