mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 22:54:33 +02:00
ci: temporary bypass tinyxml2 cmake deprecated warning
This commit is contained in:
@@ -35,7 +35,8 @@ IGNORE_WARNS = [
|
|||||||
r'changes choice state',
|
r'changes choice state',
|
||||||
r'crosstool_version_check\.cmake',
|
r'crosstool_version_check\.cmake',
|
||||||
r'CryptographyDeprecationWarning',
|
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\)',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user