summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-09-22 18:10:46 +0200
committerXavier Claessens <xclaesse@gmail.com>2022-09-22 13:32:12 -0400
commit3fd2459a748cc9eed4be73132b002400da81cb0a (patch)
tree27f2cc68b761b523aabd7547da4d77b4cb732ef5 /.github
parentf4f8a39060d094eb2cc7991220ba36f22ae2eeb7 (diff)
downloadmeson-3fd2459a748cc9eed4be73132b002400da81cb0a.tar.gz
CI: Add a temporary workaround for broken MSYS2 Python path separator behaviour
"MSYSTEM= python ..." no longer works because of some changes in the MSYS2 runtime Until this is fixed in either MinGW Python or the MSYS2 runtime this should revert things to the previous behaviour to get the CI green again.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/msys2.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml
index 2e09abae7..d8c6759f1 100644
--- a/.github/workflows/msys2.yml
+++ b/.github/workflows/msys2.yml
@@ -51,6 +51,9 @@ jobs:
TOOLCHAIN: clang
env:
MESON_CI_JOBNAME: msys2-${{ matrix.NAME }}
+ # XXX: Otherwise unsetting MSYSTEM doesn't work
+ # https://github.com/msys2/msys2-runtime/pull/101#issuecomment-1255195675
+ MSYS: noemptyenvvalues
defaults:
run: