From 38e6dbef5cb1dbcb586848d41a14238442b3c690 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 25 Mar 2026 14:05:51 +0100 Subject: [PATCH 1/2] Revert "ci: disable MSYS2 path conversion in windows tests, fixes #9513" This reverts commit 9d5687d584646c01b60d2b6f2fcdd6c738f3a0d6. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03d6f625ac..2c0d33a244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -671,9 +671,6 @@ jobs: path: dist/binary/borg.exe - name: Run tests - env: - MSYS2_ARG_CONV_EXCL: "*" - MSYS2_ENV_CONV_EXCL: "*" run: | # Ensure locally built binary in ./dist/binary/borg-dir is found during tests export PATH="$GITHUB_WORKSPACE/dist/binary/borg-dir:$PATH" From e9a7349ba1e6f7f6104b1e6a314b568775f360a7 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 25 Mar 2026 14:12:28 +0100 Subject: [PATCH 2/2] CI: canary: avoid MSYS2 arg/env conversions, fixes #9513 --- .github/workflows/canary.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index a5a0cc0ae0..cfc57ec88f 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -103,6 +103,8 @@ jobs: env: PY_COLORS: 1 + MSYS2_ARG_CONV_EXCL: "*" + MSYS2_ENV_CONV_EXCL: "*" defaults: run: