From 88df27aa32552613de4144155ebbea9f382d50e0 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:38:49 -0600 Subject: [PATCH] Disable a unittest config until a libdwarf bug is fixed --- ci/unittest.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/unittest.py b/ci/unittest.py index f1839d1..b10625c 100644 --- a/ci/unittest.py +++ b/ci/unittest.py @@ -140,6 +140,12 @@ def run_linux_matrix(): "split_dwarf": "ON", "dwarf_version": "5", }, + { + # disabled until https://github.com/davea42/libdwarf-code/issues/267 is fixed + "compiler": "clang++-18", + "split_dwarf": "ON", + "dwarf_version": "5", + }, ] ).run(build_and_test)