On 04/02/2016 03:43, Fam Zheng wrote: > Non-Linux environments can be sorted out in this framework by pulling > appropriate 3rd party images from docker hub, assuming there isn't too much > copyright hassle for Mac OSX and Windows stuff. This is theoretically possible > because with "--privileged -v /dev/kvm:/dev/kvm": we can spawn a kvm guest > inside the container. Even without kvm, TCG may also be useful for non-x86 > build env. > > This series also covers mingw cross compiling which might catch some windows > problems.
And especially 32-bit problems. Failing on mingw but not arm32 is rare overall. Paolo