diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2022-10-07 21:40:22 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-10-07 18:35:03 -0400 |
commit | e945f35cd72402d0d204ff10870e2a95c59b6192 (patch) | |
tree | eaa6cc710db4a7c3776e4dee20dcae4a1a07c4ea | |
parent | 9add5d03b63b841dc437c9b0e9e2b8d43b96ea7c (diff) | |
download | meson-e945f35cd72402d0d204ff10870e2a95c59b6192.zip meson-e945f35cd72402d0d204ff10870e2a95c59b6192.tar.gz meson-e945f35cd72402d0d204ff10870e2a95c59b6192.tar.bz2 |
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
-rw-r--r-- | .github/workflows/msys2.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 2a21a53..32434d0 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: For some reason enabling jit debugging "fixes" random python crashes + # see https://github.com/msys2/MINGW-packages/issues/11864 + MSYS: "winjitdebug" defaults: run: |