Closed utzcoz closed 4 years ago
@pdsouza The travis building is here https://travis-ci.org/github/maruos/blueprints/builds/725660472, and it succeeds. Also the splitting decreases the travis building time because travis runs two building with two instances parallelly.
@utzcoz This is great, thank you! It is cool to run both builds in parallel!
With some unknown reason, if we run armhf building firstly and then arm64 building, the arm64 building will fail with qemu segment fault; if we run arm64 building firstly, and then armhf building, the armhf building with fail with some unknown reason. So this CL will split building with different travis instances, and one instance for one building.