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