From f5570c38dd725a0fe23c1bad0410b6c8e69fbd74 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Mar 2024 18:36:46 +0530 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a6324d6d..c98b6ef08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: