Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: strip crashpad_handler binary #32548

Merged

Conversation

trop[bot]
Copy link
Contributor

@trop trop bot commented Jan 20, 2022

Backport of #32540

See that PR for details.

Notes: Strip symbols from crashpad_handler binary on Linux, reducing bundle size.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jan 20, 2022
@trop trop bot requested a review from nornagon January 20, 2022 03:49
@trop trop bot mentioned this pull request Jan 20, 2022
2 tasks
@trop trop bot added 15-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes labels Jan 20, 2022
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jan 20, 2022
@RaisinTen
Copy link
Contributor

This currently fails to build on linux like this:

Traceback (most recent call last):
  File "/home/builduser/project/depot_tools/ninjalog_uploader_wrapper.py", line 126, in <module>
    sys.exit(main())
  File "/home/builduser/project/depot_tools/ninjalog_uploader_wrapper.py", line 79, in main
    config = LoadConfig()
  File "/home/builduser/project/depot_tools/ninjalog_uploader_wrapper.py", line 32, in LoadConfig
    'is-googler': ninjalog_uploader.IsGoogler(),
  File "/home/builduser/project/depot_tools/ninjalog_uploader.py", line 45, in IsGoogler
    shell=True)
  File "/usr/lib/python3.6/subprocess.py", line 423, in run
    with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'capture_output'

Landing #32573 first should fix it.

@zcbenz zcbenz merged commit 8292b3d into 15-x-y Jan 24, 2022
@release-clerk
Copy link

release-clerk bot commented Jan 24, 2022

Release Notes Persisted

Strip symbols from crashpad_handler binary on Linux, reducing bundle size.

@zcbenz zcbenz deleted the trop/15-x-y-bp-fix-strip-crashpad_handler-binary-1642650574501 branch January 24, 2022 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
15-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants