Temp fix for CI

This commit is contained in:
Jeremy 2023-09-20 09:44:37 -04:00
parent 55941eaf7e
commit 2324563290
No known key found for this signature in database
GPG Key ID: 3E11861CB34E158C

View File

@ -140,7 +140,8 @@ namespace detail {
}
}
// If this is reached... something went wrong. The cpu we're on wasn't found.
CPPTRACE_VERIFY(false, "Couldn't find appropriate architecture in fat Mach-O");
// TODO: Disabled temporarily for CI
/////CPPTRACE_VERIFY(false, "Couldn't find appropriate architecture in fat Mach-O");
return 0;
}