On 7/1/23 01:55, Ilya Maximets wrote: > On 7/1/23 01:43, Ilya Maximets wrote: >> On 6/8/23 12:07, Alin Serdean wrote: >>> Ack, I will try to see if I can get GH actions. >>> It would also be better to have everything integrated in one place. >>> >>> I remember the discussion and the PR… I had some comments which never got >>> addressed. >>> >>> Windows is pretty slow when starting processes ,especially if the builtin >>> AV is not disabled for the directory you are building in. That is the main >>> issue for the slow compile and test times. >>> >>> Using cmake/meson is helpful because unlike the automake tools, they will >>> generate a visual studio solution and that in turn can be built by invoking >>> a single msbuild process. Since meson does not have something builtin for >>> testing, I was wondering if it would make more sense switching to >>> cmake/ctest… >> >> We could just invoke autotest from meson as a workaround... >> I didn't work much with cmake, but personally I don't like it. >> >> FWIW, appveyor started to fail not being able to find OpenSSL, >> even though it still claims that it's should be in the same >> location: >> >> checking for openssl/ssl.h in C:/OpenSSL-Win64... no >> checking whether compiling and linking against OpenSSL works... no >> configure: error: Cannot find openssl (use --disable-ssl to configure >> without SSL support) >> Command exited with code 1 >> >> That's annoying. > > I opened an issue: https://github.com/appveyor/ci/issues/3883
FWIW, they fixed the image and the issue is resolved now. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
