From 00efba056512a18f4c853ce84c8f77daae47022f Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Fri, 24 May 2024 11:55:26 +0200 Subject: [PATCH] fix(linux): Added instructions to ignore build warnings in CI for MacOS This commit updates the host-test.yml to add instructions to ignore certain build warnings when the linux target is built on MacOS. This way the test doesn't get flagged as failed in CI for the warnings and can run. --- tools/ci/ignore_build_warnings.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci/ignore_build_warnings.txt b/tools/ci/ignore_build_warnings.txt index 5c208435de..ca30cdaf9b 100644 --- a/tools/ci/ignore_build_warnings.txt +++ b/tools/ci/ignore_build_warnings.txt @@ -39,3 +39,5 @@ warning: unknown kconfig symbol 'SPIRAM' assigned to 'y' in .*/examples/protocol warning: unknown kconfig symbol 'SPIRAM' assigned to 'y' in .*/examples/protocols/https_request/sdkconfig.ci.ssldyn warning: unknown kconfig symbol 'UNITY_FREERTOS_STACK_SIZE' assigned to '12288' in .*/components/bt/test_apps/sdkconfig.defaults warning: unknown kconfig symbol 'WPA3_SAE' assigned to 'y' in .*/components/wpa_supplicant/test_apps/sdkconfig.defaults +ld: warning: ignoring duplicate libraries +archive library: .+ the table of contents is empty