Skip to content

Commit

Permalink
python: cbl_gen_build_report: Ignore warning from LoongArch EDK2
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Sep 30, 2024
1 parent ac53bc0 commit 2e49024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/scripts/cbl_gen_build_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def generate_warnings(log_folder, src_folder):
'Activated 64 bits per cluster. Windows does not support this',
# Python 3.12 warnings, not ClangBuiltLinux related
'SyntaxWarning: invalid escape sequence',
# Warning from LoongArch firmware, who cares?
'Error: Image at [0-9A-F]+ start failed: Not Found',
]
ignore_re = re.compile('|'.join(ignore))
warnings = {}
Expand Down

0 comments on commit 2e49024

Please sign in to comment.