The current image has OpenSSL issues along with some other PATH-related issues that break our builds.
Move to the "Previous" variant for now until the AppVeyor team is figuring this out. Link: https://help.appveyor.com/discussions/problems/38517-cannot-find-path-copenssl-win64-because-it-does-not-exist Signed-off-by: Ilya Maximets <[email protected]> --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5ddbde0ca..b09086a3e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Visual Studio 2019 +image: Previous Visual Studio 2019 branches: only: - main -- 2.51.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
