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

Work around a breakpad bug on Windows #329

Open
wants to merge 3 commits into
base: 3.0-dev
Choose a base branch
from

Conversation

RichardTea
Copy link
Contributor

Breakpad updated to Python3 and this appears to have broken Google depot_tools fetch.bat and gclient.bat on Windows.
Sadly, updating depot_tools alone was not enough!

Work around the issue by:

  • Move the Windows breakpad setup into a batch file to catch the return code.
  • Manually call the Python script named in the DEPS hook if it fails.
  • Allow the gclient.bat sync call to fail without aborting the build

This workaround can be removed once upstream fixes the issue.

Does not fix the Windows bug
Will make it easier to retest when the next depot_tools change happens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant