Skip to content

Commit

Permalink
windows: try another libressl mirror
Browse files Browse the repository at this point in the history
We've been seeing quite a lot of failures to fetch LibreSSL in our
pipelines.  Try the next mirror on OpenBSD's list.
  • Loading branch information
LDVG authored and kongeo committed Nov 1, 2023
1 parent 1a3741c commit 0056cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/const.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# LibreSSL coordinates.
New-Variable -Name 'LIBRESSL_URL' `
-Value 'https://cdn.openbsd.org/pub/OpenBSD/LibreSSL' `
-Value 'https://cloudflare.cdn.openbsd.org/pub/OpenBSD/LibreSSL' `
-Option Constant
New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.3' -Option Constant
New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant
Expand Down

0 comments on commit 0056cd9

Please sign in to comment.