Disable a unittest config until a libdwarf bug is fixed

This commit is contained in:
Jeremy Rifkin 2024-11-14 21:38:49 -06:00
parent bbae57bd22
commit 88df27aa32
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

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