diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-03-24 02:28:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 02:28:29 -0400 |
commit | ecef8994e075e91e829b98bdb3a7f9a891900bf6 (patch) | |
tree | c2b03546ec30a46c1687b6538213ad0db99a33e6 /etc/taskcluster/decisionlib.py | |
parent | 8b4d7c41aee9907318bee1be37b386b7414ea0a5 (diff) | |
parent | c0f6d0ffc3a8dd091ec67679cd3793a51510e543 (diff) | |
download | servo-ecef8994e075e91e829b98bdb3a7f9a891900bf6.tar.gz servo-ecef8994e075e91e829b98bdb3a7f9a891900bf6.zip |
Auto merge of #25913 - servo:jdm-patch-41, r=paulrouget
Update curl package for Windows CI.
This should fix #25912.
Diffstat (limited to 'etc/taskcluster/decisionlib.py')
-rw-r--r-- | etc/taskcluster/decisionlib.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py index cb899319ea5..3380d3b8903 100644 --- a/etc/taskcluster/decisionlib.py +++ b/etc/taskcluster/decisionlib.py @@ -531,10 +531,10 @@ class WindowsGenericWorkerTask(GenericWorkerTask): def with_curl(self): return self \ - .with_path_from_homedir("curl\\curl-7.67.0-win64-mingw\\bin") \ + .with_path_from_homedir("curl\\curl-7.69.0-win64-mingw\\bin") \ .with_directory_mount( - "https://curl.haxx.se/windows/dl-7.67.0_4/curl-7.67.0_4-win64-mingw.zip", - sha256="1d50deeac7f945ed75149e6300f6d21f007a6b942ab851a119ed76cdef27d714", + "https://curl.haxx.se/windows/dl-7.69.0/curl-7.69.0-win64-mingw.zip", + sha256="1c3caf39bf8ad2794b0515a09b3282f85a7ccfcf753ea639f2ef99e50351ade0", path="curl", ) |