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 Breakpad build in taskcluster by using a slightly-older GCC. #3725

Merged

Conversation

luser
Copy link
Contributor

@luser luser commented Apr 11, 2017

The breakpad-taskcluster script was pulling whatever version of GCC is in use by the tip of mozilla-central, which is currently GCC 4.9.x. Unfortunately the rest of Socorro's automation is building with an older version, and it doesn't properly link the static libs produced by that compiler.

This is the latest Breakpad build I triggered using these changes. It should have automatically updated the taskcluster index that we pull the Breakpad tarball from, so hopefully the Travis build will succeed.

Also, while I was there I changed the example task in the script to be YAML instead of JSON, because the Taskcluster task-creator tool accepts YAML now.

@peterbe peterbe self-assigned this Apr 11, 2017
@peterbe peterbe merged commit b0a9ff1 into mozilla-services:master Apr 11, 2017
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.

2 participants