diff options
| author | coqbot | 2020-08-12 16:53:28 +0200 |
|---|---|---|
| committer | GitHub | 2020-08-12 16:53:28 +0200 |
| commit | a9786e88c8afe03cbe85cffbcce2767bd655048d (patch) | |
| tree | 596a0586b790ec79696a85582d1d1317fd39661b /dev | |
| parent | e0e07f58da0d45ab54558c61a4a1c3074dfb6380 (diff) | |
| parent | f01b4c5933892c53971f35c90599cbaedf1ad862 (diff) | |
Merge PR #12748: Windows CI: changed cygwin repo server
Reviewed-by: Zimmi48
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/build/windows/MakeCoq_MinGW.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/MakeCoq_MinGW.bat b/dev/build/windows/MakeCoq_MinGW.bat index 577ce35aae..fd6ea9bb09 100755 --- a/dev/build/windows/MakeCoq_MinGW.bat +++ b/dev/build/windows/MakeCoq_MinGW.bat @@ -55,7 +55,7 @@ IF DEFINED HTTP_PROXY ( )
REM see -cygrepo in ReadMe.txt
-SET CYGWIN_REPOSITORY=http://mirror.easyname.at/cygwin
+SET CYGWIN_REPOSITORY=https://mirrors.kernel.org/sourceware/cygwin
REM see -cygcache in ReadMe.txt
SET CYGWIN_LOCAL_CACHE_WFMT=%BATCHDIR%cygwin_cache
|
