[ci/msys2] Remove winjitdebug workaround

This was added in #3903 to workaround a Python crasher. The issue
has been fixed for a while now, so remove the workaround.
This commit is contained in:
Christoph Reiter 2025-03-24 20:00:43 +01:00
parent 5c3f23c09c
commit 65d04d8795

View file

@ -25,11 +25,6 @@ jobs:
MSYS2_ARCH: clang-x86_64
name: ${{ matrix.MSYSTEM }}
env:
# XXX: For some reason enabling jit debugging "fixes" random python crashes
# see https://github.com/msys2/MINGW-packages/issues/11864
MSYS: "winjitdebug"
defaults:
run:
shell: msys2 {0}