Disable configuration that's due to a libdwarf bug

This commit is contained in:
Jeremy 2024-07-13 22:38:25 -05:00
parent 95a233958c
commit a2f1812896
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -131,7 +131,14 @@ def run_macos_matrix():
{
"compiler": "g++-12",
"sanitizers": "ON",
}
},
{
# disabled until https://github.com/davea42/libdwarf-code/issues/255 is fixed
"compiler": "clang++",
"sanitizers": "ON",
"build_type": "RelWithDebInfo",
"dSYM": True
},
]
).run(build_and_test)