mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user