Ken Brown wrote: > >> - On Cygwin and mingw, there are many test failures, some of which > >> look like CR-LF / LF mismatches. > > I just took a look at the log on Cygwin, and the cause appears to be > that Strawberry Perl is being used rather than Cygwin's Perl. Unless > the CI does something strange with the PATH, I think this means that > Cygwin's perl package wasn't installed. Bruno, is that right?
Right. Thanks for spotting that. I'll use Cygwin's perl in the Cygwin builds now. For mingw, though, I'll stay with a native Windows perl. That's the point of a native Windows build. Bruno