Auto merge of #27864 - servo:jdm-patch-46, r=jdm

Update curl version.

The URLs for curl versions <=7.69.1 now 404.
This commit is contained in:
bors-servo 2020-11-27 11:09:06 -05:00 committed by GitHub
commit 3e19113ae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -555,10 +555,10 @@ class WindowsGenericWorkerTask(GenericWorkerTask):
def with_curl(self):
return self \
.with_path_from_homedir("curl\\curl-7.69.0-win64-mingw\\bin") \
.with_path_from_homedir("curl\\curl-7.73.0-win64-mingw\\bin") \
.with_directory_mount(
"https://curl.haxx.se/windows/dl-7.69.0/curl-7.69.0-win64-mingw.zip",
sha256="1c3caf39bf8ad2794b0515a09b3282f85a7ccfcf753ea639f2ef99e50351ade0",
"https://curl.haxx.se/windows/dl-7.73.0/curl-7.73.0-win64-mingw.zip",
sha256="2e1ffdb6c25c8648a1243bb3a268120be442399b1c93d7da309bba235ecdab9a",
path="curl",
)