diff options
-rw-r--r-- | SecurityPkg/SecurityPkg.ci.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml index 2138b0a5e2..3f03762bd6 100644 --- a/SecurityPkg/SecurityPkg.ci.yaml +++ b/SecurityPkg/SecurityPkg.ci.yaml @@ -106,5 +106,14 @@ "Defines": {
"BLD_*_CONTINUOUS_INTEGRATION": "TRUE",
+ },
+
+ "DebugMacroCheck": {
+ "StringSubstitutions": {
+ # SecurityPkg/IntelTdx/TdTcg2Dxe/TdTcg2Dxe.c
+ # Reason: Acknowledging use of two format specifiers in string with one argument
+ # Replace ternary operator in debug string with single specifier
+ 'Index == COLUME_SIZE/2 ? " | %02x" : " %02x"': "%d"
+ }
}
}
|