CI: switch to Fastly CDN to download LibreSSL
OpenBSD ftp is down, let us switch to mirror
This commit is contained in:
parent
7b516d3732
commit
156c4b3439
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -51,7 +51,7 @@ def determine_latest_openssl(ssl):
|
|||||||
@functools.lru_cache(5)
|
@functools.lru_cache(5)
|
||||||
def determine_latest_libressl(ssl):
|
def determine_latest_libressl(ssl):
|
||||||
libressl_download_list = urllib.request.urlopen(
|
libressl_download_list = urllib.request.urlopen(
|
||||||
"http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/"
|
"https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/"
|
||||||
)
|
)
|
||||||
for line in libressl_download_list.readlines():
|
for line in libressl_download_list.readlines():
|
||||||
decoded_line = line.decode("utf-8")
|
decoded_line = line.decode("utf-8")
|
||||||
|
Loading…
Reference in New Issue
Block a user