Skip to content

Commit 4e178f0

Browse files
committed
ci(common): Ignore deprecated idf-build-apps parameters
- Added deprecated flash, sign and extract_public_key to global warning list file
1 parent 5ab7e83 commit 4e178f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/ignore_build_warnings.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
DeprecationWarning: pkg_resources is deprecated as an API
2+
Warning: Deprecated: Option '--flash_size' is deprecated. Use '--flash-size' instead.
3+
Warning: Deprecated: Option '--flash_mode' is deprecated. Use '--flash-mode' instead.
4+
Warning: Deprecated: Option '--flash_freq' is deprecated. Use '--flash-freq' instead.
5+
Warning: Deprecated: Command 'sign_data' is deprecated. Use 'sign-data' instead.
6+
Warning: Deprecated: Command 'extract_public_key' is deprecated. Use 'extract-public-key' instead.

0 commit comments

Comments
 (0)