From 4e178f06bd9c3d79746126830a73914b906a0507 Mon Sep 17 00:00:00 2001 From: glmfe Date: Mon, 29 Sep 2025 08:12:34 -0300 Subject: [PATCH] ci(common): Ignore deprecated idf-build-apps parameters - Added deprecated flash, sign and extract_public_key to global warning list file --- ci/ignore_build_warnings.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/ignore_build_warnings.txt b/ci/ignore_build_warnings.txt index 8bd511988..16360faa0 100644 --- a/ci/ignore_build_warnings.txt +++ b/ci/ignore_build_warnings.txt @@ -1 +1,6 @@ DeprecationWarning: pkg_resources is deprecated as an API +Warning: Deprecated: Option '--flash_size' is deprecated. Use '--flash-size' instead. +Warning: Deprecated: Option '--flash_mode' is deprecated. Use '--flash-mode' instead. +Warning: Deprecated: Option '--flash_freq' is deprecated. Use '--flash-freq' instead. +Warning: Deprecated: Command 'sign_data' is deprecated. Use 'sign-data' instead. +Warning: Deprecated: Command 'extract_public_key' is deprecated. Use 'extract-public-key' instead.