I should be able to do that. I'm currently working to get a nightly Windows build with binaries. I found using Docker a little frustrating, but now I think I've managed to get a cross-build working under Debian without Docker. Most of the tests pass, too.
Wine is kind of slow. I think it's because there's a single-threaded "wineserver" process bottlenecking my setup so that I only get 7 or 8 way parallelism, on average, out of the 128 physical processor threads. At the same time, I'm still working on .spo files. I've found a new source of information, which is good because I was feeling somewhat stuck. On Sun, Sep 6, 2020 at 2:59 AM John Darrington <[email protected]> wrote: > > Now that you've got a lightning fast machine, would it be > possible to have your buildbot check some combination of > ./configure options For example --without-gui --without-cairo > --without-perl-module etc. > > I wouldn't necessarily expect "make dist" or "make distcheck" to work > when these options are applied, but "make check" should do. > > J'
