From fb5541c28bdc7761c50423335f44b698d36caef1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 12 Feb 2026 23:17:53 +0100 Subject: [PATCH] GHA/windows: replace Cygwin distro server `mirrors.kernel.org` is down. Also: - link to `mirrors.kernel.org` status page. - link to list of mirrors. Ref: https://archlinux.org/mirrors/kernel.org/ Closes #20583 --- .github/workflows/windows.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eecc91eca1..63f5c8708b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -87,8 +87,11 @@ jobs: - uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6 with: platform: ${{ matrix.platform }} - site: https://mirrors.kernel.org/sourceware/cygwin/ work-vol: 'D:' + # https://cygwin.com/mirrors.html + # Main mirror status: https://archlinux.org/mirrors/kernel.org/ + # site: https://mirrors.kernel.org/sourceware/cygwin/ + site: https://cygwin.mirror.gtcomm.net/ # https://cygwin.com/cgi-bin2/package-grep.cgi packages: >- ${{ matrix.build == 'autotools' && 'autoconf automake libtool make' || 'cmake ninja' }}