From 27c66b079091539cd0d932c48bf969f7186fef76 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 29 Jul 2023 20:53:31 +0200 Subject: [PATCH] Revert "CI: add potential workaround for python crashes in MSYS2" This reverts commit e945f35cd72402d0d204ff10870e2a95c59b6192. With MSYS2 udpating to Python 3.11, this should no longer be needed. See https://github.com/msys2/MINGW-packages/issues/17415#issuecomment-1606085553 (cherry picked from commit 3752041c8d56c7667bc0fe644fda6c2834d6aaf8) --- .github/workflows/msys2.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 8f1823d70633..2bdcdd30e6f4 100644 --- a/.github/workflows/msys2.yml +++ b/.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: