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

2024-04-05 Thread Patrick Robb
Recheck-request: iol-intel-Functional Sorry about the spam! On Tue, Apr 2, 2024 at 12:55 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 wo

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

2024-04-02 Thread Tyler Retzlaff
On Tue, Apr 02, 2024 at 10:15:50AM -0700, Stephen Hemminger wrote: > On Tue, 2 Apr 2024 09:55:48 -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 lib

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

2024-04-02 Thread Stephen Hemminger
On Tue, 2 Apr 2024 09:55:48 -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. > > Signed-off-by: Tyler Retz

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

2024-04-02 Thread Tyler Retzlaff
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 get immediate CI build coverage for the libs meter, timer, pci, cfgfile

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

2024-04-02 Thread Tyler Retzlaff
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. Signed-off-by: Tyler Retzlaff --- lib/argparse/meson.build | 6 ++ lib/dmadev/meson.build