Re: [RFC] parallelizing cygport test

2023-07-25 Thread Jon Turney via Cygwin-apps
On 24/07/2023 16:50, ASSI via Cygwin-apps wrote: ASSI via Cygwin-apps writes: I've recently updated a few packages that do a serious amount of compilation during test and it became painfully obvious that cygtest does not run make with the "-j" option nor does it currently offer an option to chan

Re: [RFC] parallelizing cygport test

2023-07-24 Thread ASSI via Cygwin-apps
ASSI via Cygwin-apps writes: > I've recently updated a few packages that do a serious amount of > compilation during test and it became painfully obvious that cygtest > does not run make with the "-j" option nor does it currently offer an > option to change that. > > Given the brittleness of some t

[RFC] parallelizing cygport test

2023-07-23 Thread ASSI via Cygwin-apps
I've recently updated a few packages that do a serious amount of compilation during test and it became painfully obvious that cygtest does not run make with the "-j" option nor does it currently offer an option to change that. Given the brittleness of some test suites it might be prudent to keep