Revert "CI: add potential workaround for python crashes in MSYS2"

This reverts commit e945f35cd7.

With MSYS2 udpating to Python 3.11, this should no longer be needed.
See https://github.com/msys2/MINGW-packages/issues/17415#issuecomment-1606085553
pull/12050/head
Christoph Reiter 1 year ago committed by Eli Schwartz
parent 68dce66bf9
commit 3752041c8d
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 3
      .github/workflows/msys2.yml

@ -51,9 +51,6 @@ jobs:
TOOLCHAIN: clang
env:
MESON_CI_JOBNAME: msys2-${{ matrix.NAME }}
# XXX: For some reason enabling jit debugging "fixes" random python crashes
# see https://github.com/msys2/MINGW-packages/issues/11864
MSYS: "winjitdebug"
defaults:
run:

Loading…
Cancel
Save