Closed
Bug 1230659
Opened 10 years ago
Closed 9 years ago
Do Breakpad builds in Taskcluster
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
I've got this mostly working:
https://github.com/luser/socorro/blob/taskcluster-build-script/scripts/breakpad-taskcluster.sh
https://github.com/luser/socorro/blob/taskcluster-build-script/scripts/build-breakpad.sh
Example:
https://tools.taskcluster.net/task-inspector/#J7qvv4LdTBePScASocHZtQ/
It's publishing a route so you can pull out the latest successful build from the index:
https://index.taskcluster.net/v1/task/breakpad.v1.builds.linux64.latest/artifacts/public/breakpad.tar.gz
The only thing I don't have hooked up is polling the Breakpad repo to trigger new builds, that needs a little more work.
Assignee | ||
Comment 1•9 years ago
|
||
I think I'm just going to get this landed so we can use an updated Breakpad in Socorro. I'm working on getting Breakpad setup in Travis separately: https://travis-ci.org/luser/breakpad
Assignee | ||
Comment 2•9 years ago
|
||
Here's a build I just did that built the latest Breakpad code:
https://tools.taskcluster.net/task-inspector/#OBPgU_HqTiuS2EwwIvosUQ/0
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
I ran it again with the latest tweaks:
https://tools.taskcluster.net/task-inspector/#Uy8CJnf8QmCA71in-sIBHQ/0
I had tried to uncomment the "make check" line but it's failing to link one of the test binaries, so I'll just leave that off for now and fix it another time.
Assignee | ||
Comment 6•9 years ago
|
||
That task was setup to update an index, like I talked about in comment 0, so any time someone runs that task again the tarball will be available from:
https://index.taskcluster.net/v1/task/project.socorro.breakpad.v1.builds.linux64.latest/artifacts/public/breakpad.tar.gz
Assignee | ||
Comment 7•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•