From: Viktor Szakats Date: Tue, 9 Dec 2025 13:27:44 +0000 (+0100) Subject: GHA/windows: re-enable `taskkill` X-Git-Tag: rc-8_18_0-2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f450f3801b6b9dff0ea280f5fb4bf28203f7b313;p=thirdparty%2Fcurl.git GHA/windows: re-enable `taskkill` Nothing conclusive for the last ~30 days when `taskkill` was made a no-op. Jobs remained flaky with all known failure modes. Sometimes they finish green on the first run, sometimes they fail. Hard to say more without comparing detailed stats for this period and the preceding (or upcoming) one. In almost all runs, the PID to be killed did not exist at the time of check. Follow-up to 2701ac6a4d16a62130dad05be1c484903b8545c7 #19421 Closes #19897 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8dca6ce891..9d7f0dc88d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,7 +37,6 @@ permissions: {} env: CURL_CI: github - CURL_TEST_NO_TASKKILL: '1' jobs: cygwin: