From 5e30d2ae60580d0398f447d5bdc6932cf1af1caa Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:18:20 -0500 Subject: [PATCH] Disable a configuration broken upstream --- ci/unittest.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci/unittest.py b/ci/unittest.py index d4a1511..f1839d1 100644 --- a/ci/unittest.py +++ b/ci/unittest.py @@ -133,6 +133,13 @@ def run_linux_matrix(): "stdlib": "libc++", "sanitizers": "ON", }, + { + # disabled until https://github.com/davea42/libdwarf-code/issues/259 is fixed + "compiler": "g++-10", + "build_type": "RelWithDebInfo", + "split_dwarf": "ON", + "dwarf_version": "5", + }, ] ).run(build_and_test)