CI: add potential workaround for python crashes in MSYS2

There hasn't been any progress on this upstream lately, so
try what we use in MSYS2 CI right now
pull/8941/head
Christoph Reiter 3 years ago committed by Eli Schwartz
parent 9add5d03b6
commit e945f35cd7
  1. 3
      .github/workflows/msys2.yml

@ -51,6 +51,9 @@ 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