ci: Fix timeout when generating breakpad symbols (#15126)

* ci: breakup dump symbols into multiple steps.

* Update step-zip-symbols
This commit is contained in:
John Kleinschmidt 2018-10-12 22:02:52 -04:00 committed by Samuel Attard
parent a82bcc7e3c
commit 047cad1a4d
3 changed files with 40 additions and 17 deletions

View file

@ -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',