From cc497fb62be8062955c3e15921bab7aa0a8214e4 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:18:58 -0600 Subject: [PATCH] Revert "Re-enable some dwarf 5 unit tests now that things are fixed upstream" This reverts commit acddc383a41d7513deb64d2ffc63b1ad4ce40002. --- ci/unittest.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ci/unittest.py b/ci/unittest.py index d4a1511..b10625c 100644 --- a/ci/unittest.py +++ b/ci/unittest.py @@ -133,6 +133,19 @@ 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", + }, + { + # 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)