ci: Fix timeout when generating breakpad symbols (#15126)
* ci: breakup dump symbols into multiple steps. * Update step-zip-symbols
This commit is contained in:
parent
a82bcc7e3c
commit
047cad1a4d
3 changed files with 40 additions and 17 deletions
|
@ -78,8 +78,7 @@ def generate_posix_symbols(binary, source_root, build_dir, destination):
|
|||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description='Create breakpad symbols')
|
||||
parser.add_argument('-b', '--build-dir',
|
||||
help='Path to an Electron build folder. \
|
||||
Relative to the --source-root.',
|
||||
help='Path to an Electron build folder.',
|
||||
default=RELEASE_PATH,
|
||||
required=False)
|
||||
parser.add_argument('-d', '--destination',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue