Disable configuration that's due to a libdwarf bug
This commit is contained in:
parent
95a233958c
commit
a2f1812896
@ -131,7 +131,14 @@ def run_macos_matrix():
|
|||||||
{
|
{
|
||||||
"compiler": "g++-12",
|
"compiler": "g++-12",
|
||||||
"sanitizers": "ON",
|
"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)
|
).run(build_and_test)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user