OpenSSL is already available in the exact location we need it [1].
Also, the download itself fails for a long time already, because
the version we're trying to download is not available.

[1] https://www.appveyor.com/docs/windows-images-software/#tools

Signed-off-by: Ilya Maximets <i.maxim...@ovn.org>
---
 appveyor.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 25c3f69fb..3287733b2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,22 +11,8 @@ init:
 - ps: $env:PATH ="C:\Python37;"+$env:PATH
 - ps: New-Item -Type HardLink -Path "C:\Python37\python3.exe" -Value 
"C:\Python37\python.exe"
 - ps: >-
-    mkdir C:\ovs-build-downloads
-
     mkdir C:\openvswitch\driver
 
-    $source = "https://slproweb.com/download/Win64OpenSSL-1_0_2u.exe";
-
-    $destination = "C:\ovs-build-downloads\Win64OpenSSL-1_0_2u.exe"
-
-    Invoke-WebRequest $source -OutFile $destination
-
-    cd C:\ovs-build-downloads
-
-    .\Win64OpenSSL-1_0_2u.exe /silent /verysilent /sp- /suppressmsgboxes
-
-    Start-Sleep -s 30
-
     cd C:\openvswitch
 
     git clone https://git.code.sf.net/p/pthreads4w/code c:\pthreads4w-code
-- 
2.40.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to