Skip to content

Commit

Permalink
CI: add potential workaround for python crashes in MSYS2
Browse files Browse the repository at this point in the history
There hasn't been any progress on this upstream lately, so
try what we use in MSYS2 CI right now
  • Loading branch information
lazka authored and eli-schwartz committed Oct 7, 2022
1 parent 9add5d0 commit e945f35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e945f35

Please sign in to comment.