This is an automated email from the ASF dual-hosted git repository.
iblis pushed a commit to branch ib/ci-jl-win
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/ib/ci-jl-win by this push:
new f5f6037 fix download
f5f6037 is described below
commit f5f6037755b62220ec9ec1efd2eec70c7229d43a
Author: Iblis Lin <[email protected]>
AuthorDate: Sun Jan 20 19:45:32 2019 +0800
fix download
---
ci/windows/test_jl07_cpu.ps1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/windows/test_jl07_cpu.ps1 b/ci/windows/test_jl07_cpu.ps1
index 8bda88f..87554b8 100644
--- a/ci/windows/test_jl07_cpu.ps1
+++ b/ci/windows/test_jl07_cpu.ps1
@@ -25,6 +25,7 @@ $env:JULIA_DEPOT_PATH=[io.path]::combine($PSScriptRoot,
'julia-depot')
New-item -ItemType Directory C:\julia07
# Download most recent Julia Windows binary
+[System.Net.ServicePointManager]::SecurityProtocol =
[System.Net.SecurityProtocolType]::Tls12
(New-Object System.Net.WebClient).DownloadFile($env:JULIA_URL,
"C:\julia07\julia-binary.exe")
if (! $?) { Throw ("Error on downloading Julia Windows binary") }