From 67a7775d1233d702964bff9a0a6b5b9fa036c47a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 13 Mar 2025 03:06:09 +0100 Subject: [PATCH] GHA/windows: replace OpenSSH-Windows-Prelease job with standard openssh After restricting OpenSSH-Windows to a single job, and bumping it to the pre-release version, that job started hanging then timing out with reasonable consistency. Since we saw similar hangs before with OpenSSH-Windows stable, in all jobs, drop OpenSSH-Windows from CI, and replace it with MSYS openssh. After this patch, all Windows jobs use MSYS2 or Cygwin openssh. Follow-up to 0ec72c1ef8d87a29bf2eaa5e36ab173147a4d015 #16672 Closes #16704 --- .github/workflows/windows.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index af3d30403c..f38d505e8b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -745,7 +745,6 @@ jobs: arch: 'x64' plat: 'windows' type: 'Debug' - openssh: 'OpenSSH-Windows-Pre' config: >- -DENABLE_DEBUG=ON -DCURL_USE_LIBSSH2=ON -- 2.47.2