mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-15 22:53:34 +02:00
CI: Remove workaround for Python in MSYS2 jobs
It was added in 13fe2e0c
, but it's now unnecessary since
the issue has been fixed.
See https://github.com/msys2/MINGW-packages/issues/17415
This commit is contained in:
@ -341,10 +341,6 @@ msys2-mingw32:
|
|||||||
CHERE_INVOKING: "yes"
|
CHERE_INVOKING: "yes"
|
||||||
CFLAGS: -coverage -ftest-coverage -fprofile-arcs
|
CFLAGS: -coverage -ftest-coverage -fprofile-arcs
|
||||||
PYTHONUTF8: "1"
|
PYTHONUTF8: "1"
|
||||||
# FIXME: For some reason enabling jit debugging "fixes" random python crashes
|
|
||||||
# see https://github.com/msys2/MINGW-packages/issues/11864 and
|
|
||||||
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3280#note_1678973
|
|
||||||
MSYS: "winjitdebug"
|
|
||||||
script:
|
script:
|
||||||
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
|
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
|
||||||
- C:\msys64\usr\bin\bash .gitlab-ci/show-execution-environment.sh
|
- C:\msys64\usr\bin\bash .gitlab-ci/show-execution-environment.sh
|
||||||
@ -371,10 +367,6 @@ msys2-clang64:
|
|||||||
MSYSTEM: "CLANG64"
|
MSYSTEM: "CLANG64"
|
||||||
CHERE_INVOKING: "yes"
|
CHERE_INVOKING: "yes"
|
||||||
PYTHONUTF8: "1"
|
PYTHONUTF8: "1"
|
||||||
# FIXME: For some reason enabling jit debugging "fixes" random python crashes
|
|
||||||
# see https://github.com/msys2/MINGW-packages/issues/11864 and
|
|
||||||
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3280#note_1678973
|
|
||||||
MSYS: "winjitdebug"
|
|
||||||
script:
|
script:
|
||||||
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
|
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
|
||||||
- C:\msys64\usr\bin\bash .gitlab-ci/show-execution-environment.sh
|
- C:\msys64\usr\bin\bash .gitlab-ci/show-execution-environment.sh
|
||||||
|
Reference in New Issue
Block a user