forked from espressif/esp-idf
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user