Disable a configuration broken upstream

This commit is contained in:
Jeremy Rifkin 2024-08-18 18:18:20 -05:00
parent b87be87c66
commit 5e30d2ae60
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -133,6 +133,13 @@ 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",
},
]
).run(build_and_test)