On Sun, 05/21 00:29, Philippe Mathieu-Daudé wrote: > This patchset add 2 more architectures to the cross-build farm. > > There is still some issue trying to cross-build mips64el-softmmu, it seems the > cross tools use the system outdated libfdt instead of the one checkouted in > the > dtc submodule. I disabled this target for now. > > The branch https://github.com/philmd/qemu/tree/docker_shippable_v3 can be > checked at Shippable: > https://app.shippable.com/github/philmd/qemu/status/dashboard > > Each arch builds in around ~9min. Using Shippable free open source projects > service, the 5 jobs take ~38-44min in total. > > v3: > - Addressed review feedbacks from Fam: > - Keep building images in various layers, but use > DEBIAN_FRONTEND=noninteractive > - Document '--extra-files', now it supports adding various files at once > - Checksum extra files to trigger a docker image rebuild if modified > - Use better regex to generate deb-src entries > - Reordered extra libs, to ease further add/remove diffs
Looks good in general, thanks! I've had two small questions, apart from that it's ready to go. Fam