Page MenuHomePhabricator

Use prebuilt breakpad library on travis
Closed, ResolvedPublic

Description

Travis is currently building the breakpad which takes a long time and this is library which is always same, we need to:

copy produced binary from travis and upload it to travis folder in git, then change the travis script so that it copy the binary to correct place before starting, this would speed up CI by lot of minutes


Version: 3.0.0
Severity: enhancement

Details

Reference
bz62619

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:08 AM
bzimport added a project: Huggle-Other.
bzimport set Reference to bz62619.

Steps:
1 - Get the binary from the travis slave
2 - stick it in a repo somewhere, or maybe in the huggle3 repo
3 - make travis use it in tests

yes, just do step 1 and I will do the rest

travis crunched this binary which I built on debian box just fine