maruos / blueprints

Container builder for Maru OS.
Apache License 2.0
15 stars 12 forks source link

Split blueprints building with different travis instances #22

Closed utzcoz closed 4 years ago

utzcoz commented 4 years ago

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.

utzcoz commented 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.

pdsouza commented 4 years ago

@utzcoz This is great, thank you! It is cool to run both builds in parallel!