Turn off sanitizers in CI as they are segfaulting

Trying to debug this in CI is too much work. Hopefully whatever
update in the CI env that is causing these will eventually be fixed.
This commit is contained in:
Kovid Goyal 2024-03-14 18:36:46 +05:30
parent 0153c9bb85
commit f5570c38dd
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -28,11 +28,11 @@ jobs:
- python: b
pyver: "3.11"
sanitize: 1
sanitize: 0 # disabled because causes segfaults
- python: c
pyver: "3.9"
sanitize: 1
sanitize: 0 # disabled because causes segfaults
exclude: