ci: Ignore known warnings in CI build

This commit is contained in:
Euripedes Rocha Filho
2025-11-26 10:19:09 +01:00
parent 0098278dd1
commit 7011f71e5e
3 changed files with 6 additions and 7 deletions
+1
View File
@@ -5,3 +5,4 @@ Warning: Deprecated: Command 'sign_data' is deprecated. Use 'sign-data' instead.
Warning: Deprecated: Command 'extract_public_key' is deprecated. Use 'extract-public-key' instead.
CryptographyDeprecationWarning
warning: unknown kconfig symbol 'EXAMPLE_ETH_PHY_IP101' assigned to 'y'
WARNING: The following Kconfig variables were used in "if" clauses
-4
View File
@@ -2,10 +2,6 @@
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
# (Not part of the boilerplate)
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
idf_build_set_property(MINIMAL_BUILD ON)
project(mqtt_tcp)
+5 -3
View File
@@ -1,4 +1,6 @@
dependencies:
espressif/mqtt:
version: "*"
override_path: "../../../.."
espressif/mqtt:
version: "*"
override_path: "../../../.."
protocol_examples_common:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common