Re: [PATCH v2] build: exclude rather than include libs in MSVC build

2024-05-29 Thread Thomas Monjalon
03/04/2024 20:50, Morten Brørup: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Wednesday, 3 April 2024 20.23 > > > > Some libraries that could be built with MSVC were not being built. > > > > Switch from explicit include to exclude of libs to get immediate CI > > covera

Re: [PATCH v2] build: exclude rather than include libs in MSVC build

2024-04-10 Thread Patrick Robb
Recheck-request: iol-intel-Functional On Wed, Apr 3, 2024 at 2:23 PM Tyler Retzlaff wrote: > > Some libraries that could be built with MSVC were not being built. > > Switch from explicit include to exclude of libs to get immediate CI > coverage of libraries that already work with MSVC Windows bu

Re: [PATCH v2] build: exclude rather than include libs in MSVC build

2024-04-05 Thread Patrick Robb
Recheck-request: iol-intel-Functional Replied to the wrong version before On Wed, Apr 3, 2024 at 2:23 PM Tyler Retzlaff wrote: > > Some libraries that could be built with MSVC were not being built. > > Switch from explicit include to exclude of libs to get immediate CI > coverage of libraries th

Re: [PATCH v2] build: exclude rather than include libs in MSVC build

2024-04-05 Thread Patrick Robb
Recheck-request: iol-intel-Functional checking for lab infra failure On Wed, Apr 3, 2024 at 5:51 PM Stephen Hemminger wrote: > > On Wed, 3 Apr 2024 11:23:19 -0700 > Tyler Retzlaff wrote: > > > Some libraries that could be built with MSVC were not being built. > > > > Switch from explicit inclu

Re: [PATCH v2] build: exclude rather than include libs in MSVC build

2024-04-03 Thread Stephen Hemminger
On Wed, 3 Apr 2024 11:23:19 -0700 Tyler Retzlaff wrote: > Some libraries that could be built with MSVC were not being built. > > Switch from explicit include to exclude of libs to get immediate CI > coverage of libraries that already work with MSVC Windows builds. > > With this change we now g

RE: [PATCH v2] build: exclude rather than include libs in MSVC build

2024-04-03 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Wednesday, 3 April 2024 20.23 > > Some libraries that could be built with MSVC were not being built. > > Switch from explicit include to exclude of libs to get immediate CI > coverage of libraries that already work with MSVC Win