Current testing results without much work on it yet show failures in: 1 37 39 41 66 172 320 322 535 536 537 538 540 541 542 543 544 635 767 769 950 1031 1114 1196 1198 1199
On Thu, Sep 10, 2020 at 10:32 PM Ben Pfaff <b...@cs.stanford.edu> wrote: > > 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 > <j...@darrington.wattle.id.au> 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'