diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2023-07-29 20:53:31 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-07-30 22:41:28 -0400 |
commit | 3752041c8d56c7667bc0fe644fda6c2834d6aaf8 (patch) | |
tree | 9d281c47e52ada603cd52c0ab86a092c50e8cb6f | |
parent | 68dce66bf9a2bcb3d23c291beb2354225a74b954 (diff) | |
download | meson-3752041c8d56c7667bc0fe644fda6c2834d6aaf8.zip meson-3752041c8d56c7667bc0fe644fda6c2834d6aaf8.tar.gz meson-3752041c8d56c7667bc0fe644fda6c2834d6aaf8.tar.bz2 |
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
-rw-r--r-- | .github/workflows/msys2.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 8f1823d..2bdcdd3 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: |