Revert "Re-enable some dwarf 5 unit tests now that things are fixed upstream"

This reverts commit acddc383a4.
This commit is contained in:
Jeremy Rifkin 2024-12-04 23:18:58 -06:00
parent acddc383a4
commit cc497fb62b
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -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)