Try turning off <format> stuff for the unittest matrix

This commit is contained in:
Jeremy 2024-07-12 17:24:20 -05:00
parent aae6091395
commit 15b6d9a2cd
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -27,6 +27,7 @@ def build(runner: MatrixRunner):
f"-DBUILD_SHARED_LIBS={matrix['shared']}", f"-DBUILD_SHARED_LIBS={matrix['shared']}",
f"-DHAS_DL_FIND_OBJECT={matrix['has_dl_find_object']}", f"-DHAS_DL_FIND_OBJECT={matrix['has_dl_find_object']}",
"-DCPPTRACE_WERROR_BUILD=On", "-DCPPTRACE_WERROR_BUILD=On",
"-DCPPTRACE_STD_FORMAT=Off",
"-DCPPTRACE_BUILD_TESTING=On", "-DCPPTRACE_BUILD_TESTING=On",
f"-DCPPTRACE_SANITIZER_BUILD={matrix['sanitizers']}", f"-DCPPTRACE_SANITIZER_BUILD={matrix['sanitizers']}",
f"-DCPPTRACE_BUILD_TESTING_SPLIT_DWARF={matrix['split_dwarf']}", f"-DCPPTRACE_BUILD_TESTING_SPLIT_DWARF={matrix['split_dwarf']}",