ci: temporary bypass tinyxml2 cmake deprecated warning

This commit is contained in:
Fu Hanxi 2022-01-05 12:18:50 +08:00
parent 1882cbe44e
commit 8b928bf22f

View File

@ -35,7 +35,8 @@ IGNORE_WARNS = [
r'changes choice state',
r'crosstool_version_check\.cmake',
r'CryptographyDeprecationWarning',
r'Warning: \d+/\d+ app partitions are too small for binary'
r'Warning: \d+/\d+ app partitions are too small for binary',
r'CMake Deprecation Warning at main/lib/tinyxml2/CMakeLists\.txt:11 \(cmake_policy\)',
]
]